#906C95

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

Shades of Violet Blue #906C95

Tints of Violet Blue #906C95

Color information

#906C95 (or 0x906C95) is unknown color: approx Violet Blue. HEX triplet: 90, 6C and 95. RGB value is (144,108,149). Sum of RGB (Red+Green+Blue) = 144+108+149=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #906C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906C95 is #6F936A. Grayscale: #7B7B7B. Windows color (decimal): -7312235 or 9792656. OLE color: 9792656.

HSL color Cylindrical-coordinate representation of color #906C95: hue angle of 292.68º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #906C95 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB144108149-
CMYK0.030.2800.42
HSL292.68º16.21%50.39%-
HSV(B)292.68º27.52%58.43%-
XYZ22.2918.8230.89-
YUV123.44142.43142.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 108 (42.58% from 255) = 26.93%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=35.91%
G=26.93%
B=37.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441081490.030.2800.42292.6816.2150.39
Hex906C9531C02A1251032
Octal2201542253340524452062
Binary100100001101100100101011111100010101010010010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906C95; }

 p { color: rgb(144,108,149); }

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

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

 a { background-color: rgb(144,108,149); }

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

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

 span { border-color: rgb(144,108,149); }

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