#99428E

Color #99428E Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #99428E

Tints of Violet Blue #99428E

Color information

#99428E (or 0x99428E) is unknown color: approx Violet Blue. HEX triplet: 99, 42 and 8E. RGB value is (153,66,142). Sum of RGB (Red+Green+Blue) = 153+66+142=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #99428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99428E is #66BD71. Grayscale: #646464. Windows color (decimal): -6733170 or 9323161. OLE color: 9323161.

HSL color Cylindrical-coordinate representation of color #99428E: hue angle of 307.59º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99428E is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB15366142-
CMYK00.570.070.4
HSL307.59º39.73%42.94%-
HSV(B)307.59º56.86%60%-
XYZ19.9712.6226.98-
YUV100.68151.32165.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 66 (26.17% from 255) = 18.28%
BLUE value IS 142 (55.86% from 255) = 39.34%
R=42.38%
G=18.28%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536614200.570.070.4307.5939.7342.94
Hex99428E039728134282b
Octal2311022160717504645053
Binary100110011000010100011100111001111101000100110100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99428E; }

 p { color: rgb(153,66,142); }

 H1.HeaderClassName
 {
   color: #99428E;
 }
 .AnyTagClassName
 {
   color: #99428E;
 }
</style>
background-color css

<style>
 a { background-color: #99428E; }

 a { background-color: rgb(153,66,142); }

 div.DivClassName
 {
   background-color: #99428E;
 }
 .BgClassName
 {
   background-color: #99428E;
 }
</style>
border-color css

<style>
 span { border-color: #99428E; }

 span { border-color: rgb(153,66,142); }

 td.TdClassName
 {
   border-color: #99428E;
 }
 .TagClassName
 {
   border-color: #99428E;
 }
</style>