#96669B

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

Shades of Violet Blue #96669B

Tints of Violet Blue #96669B

Color information

#96669B (or 0x96669B) is unknown color: approx Violet Blue. HEX triplet: 96, 66 and 9B. RGB value is (150,102,155). Sum of RGB (Red+Green+Blue) = 150+102+155=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #96669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96669B is #699964. Grayscale: #7A7A7A. Windows color (decimal): -6920549 or 10184342. OLE color: 10184342.

HSL color Cylindrical-coordinate representation of color #96669B: hue angle of 294.34º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96669B is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB150102155-
CMYK0.030.3400.39
HSL294.34º20.95%50.39%-
HSV(B)294.34º34.19%60.78%-
XYZ23.2518.3533.33-
YUV122.39146.4147.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 155 (60.94% from 255) = 38.08%
R=36.86%
G=25.06%
B=38.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501021550.030.3400.39294.3420.9550.39
Hex96669B3220271261532
Octal2261462333420474462562
Binary1001011011001101001101111100010010011110010011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96669B; }

 p { color: rgb(150,102,155); }

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

<style>
 a { background-color: #96669B; }

 a { background-color: rgb(150,102,155); }

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

<style>
 span { border-color: #96669B; }

 span { border-color: rgb(150,102,155); }

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