#96699D

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

Shades of Violet Blue #96699D

Tints of Violet Blue #96699D

Color information

#96699D (or 0x96699D) is unknown color: approx Violet Blue. HEX triplet: 96, 69 and 9D. RGB value is (150,105,157). Sum of RGB (Red+Green+Blue) = 150+105+157=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #96699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96699D is #699662. Grayscale: #7C7C7C. Windows color (decimal): -6919779 or 10316182. OLE color: 10316182.

HSL color Cylindrical-coordinate representation of color #96699D: hue angle of 291.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96699D is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB150105157-
CMYK0.040.3300.38
HSL291.92º20.97%51.37%-
HSV(B)291.92º33.12%61.57%-
XYZ23.7219.0234.32-
YUV124.38146.41146.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 105 (41.41% from 255) = 25.49%
BLUE value IS 157 (61.72% from 255) = 38.11%
R=36.41%
G=25.49%
B=38.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501051570.040.3300.38291.9220.9751.37
Hex96699D4210261241533
Octal2261512354410464442563
Binary10010110110100110011101100100001010011010010010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96699D; }

 p { color: rgb(150,105,157); }

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

<style>
 a { background-color: #96699D; }

 a { background-color: rgb(150,105,157); }

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

<style>
 span { border-color: #96699D; }

 span { border-color: rgb(150,105,157); }

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