#967596

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

Shades of Violet Blue #967596

Tints of Violet Blue #967596

Color information

#967596 (or 0x967596) is unknown color: approx Violet Blue. HEX triplet: 96, 75 and 96. RGB value is (150,117,150). Sum of RGB (Red+Green+Blue) = 150+117+150=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #967596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967596 is #698A69. Grayscale: #828282. Windows color (decimal): -6916714 or 9860502. OLE color: 9860502.

HSL color Cylindrical-coordinate representation of color #967596: hue angle of 300º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #967596 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB150117150-
CMYK00.2200.41
HSL300º13.58%52.35%-
HSV(B)300º22%58.82%-
XYZ24.4421.4131.7-
YUV130.63138.93141.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=35.97%
G=28.06%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011715000.2200.4130013.5852.35
Hex96759601602912ce34
Octal2261652260260514541664
Binary1001011011101011001011001011001010011001011001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967596; }

 p { color: rgb(150,117,150); }

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

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

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

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

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

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

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