#906A95

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

Shades of Violet Blue #906A95

Tints of Violet Blue #906A95

Color information

#906A95 (or 0x906A95) is unknown color: approx Violet Blue. HEX triplet: 90, 6A and 95. RGB value is (144,106,149). Sum of RGB (Red+Green+Blue) = 144+106+149=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 149 - color contains mainly: blue. Hex color #906A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906A95 is #6F956A. Grayscale: #7A7A7A. Windows color (decimal): -7312747 or 9792144. OLE color: 9792144.

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

Color convert

RGB144106149-
CMYK0.030.2900.42
HSL293.02º16.86%50%-
HSV(B)293.02º28.86%58.43%-
XYZ22.0818.4130.82-
YUV122.26143.09143.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.09%
GREEN value IS 106 (41.80% from 255) = 26.57%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=36.09%
G=26.57%
B=37.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441061490.030.2900.42293.0216.8650
Hex906A9531D02A1251132
Octal2201522253350524452162
Binary100100001101010100101011111101010101010010010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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