#96709B

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

Shades of Violet Blue #96709B

Tints of Violet Blue #96709B

Color information

#96709B (or 0x96709B) is unknown color: approx Violet Blue. HEX triplet: 96, 70 and 9B. RGB value is (150,112,155). Sum of RGB (Red+Green+Blue) = 150+112+155=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #96709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96709B is #698F64. Grayscale: #808080. Windows color (decimal): -6917989 or 10186902. OLE color: 10186902.

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

Color convert

RGB150112155-
CMYK0.030.2800.39
HSL293.02º17.7%52.35%-
HSV(B)293.02º27.74%60.78%-
XYZ24.2920.4433.68-
YUV128.26143.09143.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=35.97%
G=26.86%
B=37.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501121550.030.2800.39293.0217.752.35
Hex96709B31C0271251234
Octal2261602333340474452264
Binary100101101110000100110111111100010011110010010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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