#967795

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

Shades of Violet Blue #967795

Tints of Violet Blue #967795

Color information

#967795 (or 0x967795) is unknown color: approx Violet Blue. HEX triplet: 96, 77 and 95. RGB value is (150,119,149). Sum of RGB (Red+Green+Blue) = 150+119+149=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #967795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967795 is #69886A. Grayscale: #838383. Windows color (decimal): -6916203 or 9795478. OLE color: 9795478.

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

Color convert

RGB150119149-
CMYK00.210.010.41
HSL301.94º12.86%52.75%-
HSV(B)301.94º20.67%58.82%-
XYZ24.621.8531.35-
YUV131.69137.77141.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 119 (46.88% from 255) = 28.47%
BLUE value IS 149 (58.59% from 255) = 35.65%
R=35.89%
G=28.47%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011914900.210.010.41301.9412.8652.75
Hex96779501512912ed35
Octal2261672250251514561565
Binary1001011011101111001010101010111010011001011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967795; }

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

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

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

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

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

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

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

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