#96669D

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

Shades of Violet Blue #96669D

Tints of Violet Blue #96669D

Color information

#96669D (or 0x96669D) is unknown color: approx Violet Blue. HEX triplet: 96, 66 and 9D. RGB value is (150,102,157). Sum of RGB (Red+Green+Blue) = 150+102+157=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #96669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96669D is #699962. Grayscale: #7A7A7A. Windows color (decimal): -6920547 or 10315414. OLE color: 10315414.

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

Color convert

RGB150102157-
CMYK0.040.3500.38
HSL292.36º21.91%50.78%-
HSV(B)292.36º35.03%61.57%-
XYZ23.4118.4234.22-
YUV122.62147.4147.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 102 (40.23% from 255) = 24.94%
BLUE value IS 157 (61.72% from 255) = 38.39%
R=36.67%
G=24.94%
B=38.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501021570.040.3500.38292.3621.9150.78
Hex96669D4230261241633
Octal2261462354430464442663
Binary10010110110011010011101100100011010011010010010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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