#96719C

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

Shades of Violet Blue #96719C

Tints of Violet Blue #96719C

Color information

#96719C (or 0x96719C) is unknown color: approx Violet Blue. HEX triplet: 96, 71 and 9C. RGB value is (150,113,156). Sum of RGB (Red+Green+Blue) = 150+113+156=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #96719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96719C is #698E63. Grayscale: #808080. Windows color (decimal): -6917732 or 10252694. OLE color: 10252694.

HSL color Cylindrical-coordinate representation of color #96719C: hue angle of 291.63º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96719C is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB150113156-
CMYK0.040.2800.39
HSL291.63º17.84%52.75%-
HSV(B)291.63º27.56%61.18%-
XYZ24.4820.6934.16-
YUV128.96143.26143-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.80%
GREEN value IS 113 (44.53% from 255) = 26.97%
BLUE value IS 156 (61.33% from 255) = 37.23%
R=35.80%
G=26.97%
B=37.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501131560.040.2800.39291.6317.8452.75
Hex96719C41C0271241235
Octal2261612344340474442265
Binary1001011011100011001110010011100010011110010010010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96719C; }

 p { color: rgb(150,113,156); }

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

<style>
 a { background-color: #96719C; }

 a { background-color: rgb(150,113,156); }

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

<style>
 span { border-color: #96719C; }

 span { border-color: rgb(150,113,156); }

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