#96689D

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

Shades of Violet Blue #96689D

Tints of Violet Blue #96689D

Color information

#96689D (or 0x96689D) is unknown color: approx Violet Blue. HEX triplet: 96, 68 and 9D. RGB value is (150,104,157). Sum of RGB (Red+Green+Blue) = 150+104+157=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #96689D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96689D is #699762. Grayscale: #7B7B7B. Windows color (decimal): -6920035 or 10315926. OLE color: 10315926.

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

Color convert

RGB150104157-
CMYK0.040.3400.38
HSL292.08º21.29%51.18%-
HSV(B)292.08º33.76%61.57%-
XYZ23.6118.8234.29-
YUV123.8146.74146.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 104 (41.02% from 255) = 25.30%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=36.50%
G=25.30%
B=38.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501041570.040.3400.38292.0821.2951.18
Hex96689D4220261241533
Octal2261502354420464442563
Binary10010110110100010011101100100010010011010010010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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