#906D95

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

Shades of Violet Blue #906D95

Tints of Violet Blue #906D95

Color information

#906D95 (or 0x906D95) is unknown color: approx Violet Blue. HEX triplet: 90, 6D and 95. RGB value is (144,109,149). Sum of RGB (Red+Green+Blue) = 144+109+149=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 149 - color contains mainly: blue. Hex color #906D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906D95 is #6F926A. Grayscale: #7B7B7B. Windows color (decimal): -7311979 or 9792912. OLE color: 9792912.

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

Color convert

RGB144109149-
CMYK0.030.2700.42
HSL292.5º15.87%50.59%-
HSV(B)292.5º26.85%58.43%-
XYZ22.419.0430.93-
YUV124.02142.1142.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.82%
GREEN value IS 109 (42.97% from 255) = 27.11%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=35.82%
G=27.11%
B=37.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441091490.030.2700.42292.515.8750.59
Hex906D9531B02A1241033
Octal2201552253330524442063
Binary100100001101101100101011111011010101010010010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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