#967995

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

Shades of Violet Blue #967995

Tints of Violet Blue #967995

Color information

#967995 (or 0x967995) is unknown color: approx Violet Blue. HEX triplet: 96, 79 and 95. RGB value is (150,121,149). Sum of RGB (Red+Green+Blue) = 150+121+149=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #967995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967995 is #69866A. Grayscale: #848484. Windows color (decimal): -6915691 or 9795990. OLE color: 9795990.

HSL color Cylindrical-coordinate representation of color #967995: hue angle of 302.07º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967995 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB150121149-
CMYK00.190.010.41
HSL302.07º12.13%53.14%-
HSV(B)302.07º19.33%58.82%-
XYZ24.8422.3331.43-
YUV132.86137.11140.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 121 (47.66% from 255) = 28.81%
BLUE value IS 149 (58.59% from 255) = 35.48%
R=35.71%
G=28.81%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012114900.190.010.41302.0712.1353.14
Hex96799501312912ec35
Octal2261712250231514561465
Binary1001011011110011001010101001111010011001011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967995; }

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

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

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

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

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

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

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

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