#967095

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

Shades of Violet Blue #967095

Tints of Violet Blue #967095

Color information

#967095 (or 0x967095) is unknown color: approx Violet Blue. HEX triplet: 96, 70 and 95. RGB value is (150,112,149). Sum of RGB (Red+Green+Blue) = 150+112+149=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 150 - color contains mainly: red. Hex color #967095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967095 is #698F6A. Grayscale: #7F7F7F. Windows color (decimal): -6917995 or 9793686. OLE color: 9793686.

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

Color convert

RGB150112149-
CMYK00.250.010.41
HSL301.58º15.32%51.37%-
HSV(B)301.58º25.33%58.82%-
XYZ23.820.2431.09-
YUV127.58140.09143.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 112 (44.14% from 255) = 27.25%
BLUE value IS 149 (58.59% from 255) = 36.25%
R=36.50%
G=27.25%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011214900.250.010.41301.5815.3251.37
Hex96709501912912ef33
Octal2261602250311514561763
Binary1001011011100001001010101100111010011001011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967095; }

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

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

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

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

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

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

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

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