#906E95

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

Shades of Violet Blue #906E95

Tints of Violet Blue #906E95

Color information

#906E95 (or 0x906E95) is unknown color: approx Violet Blue. HEX triplet: 90, 6E and 95. RGB value is (144,110,149). Sum of RGB (Red+Green+Blue) = 144+110+149=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 149 - color contains mainly: blue. Hex color #906E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906E95 is #6F916A. Grayscale: #7C7C7C. Windows color (decimal): -7311723 or 9793168. OLE color: 9793168.

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

Color convert

RGB144110149-
CMYK0.030.2600.42
HSL292.31º15.54%50.78%-
HSV(B)292.31º26.17%58.43%-
XYZ22.519.2530.96-
YUV124.61141.76141.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.73%
GREEN value IS 110 (43.36% from 255) = 27.30%
BLUE value IS 149 (58.59% from 255) = 36.97%
R=35.73%
G=27.30%
B=36.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441101490.030.2600.42292.3115.5450.78
Hex906E9531A02A1241033
Octal2201562253320524442063
Binary100100001101110100101011111010010101010010010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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