#967595

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

Shades of Violet Blue #967595

Tints of Violet Blue #967595

Color information

#967595 (or 0x967595) is unknown color: approx Violet Blue. HEX triplet: 96, 75 and 95. RGB value is (150,117,149). Sum of RGB (Red+Green+Blue) = 150+117+149=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #967595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967595 is #698A6A. Grayscale: #828282. Windows color (decimal): -6916715 or 9794966. OLE color: 9794966.

HSL color Cylindrical-coordinate representation of color #967595: hue angle of 301.82º 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 #967595 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB150117149-
CMYK00.220.010.41
HSL301.82º13.58%52.35%-
HSV(B)301.82º22%58.82%-
XYZ24.3621.3831.28-
YUV130.51138.43141.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.06%
GREEN value IS 117 (46.09% from 255) = 28.12%
BLUE value IS 149 (58.59% from 255) = 35.82%
R=36.06%
G=28.12%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011714900.220.010.41301.8213.5852.35
Hex96759501612912ee34
Octal2261652250261514561664
Binary1001011011101011001010101011011010011001011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967595; }

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

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

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

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

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

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

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

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