#906493

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

Shades of Violet Blue #906493

Tints of Violet Blue #906493

Color information

#906493 (or 0x906493) is unknown color: approx Violet Blue. HEX triplet: 90, 64 and 93. RGB value is (144,100,147). Sum of RGB (Red+Green+Blue) = 144+100+147=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 147 - color contains mainly: blue. Hex color #906493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906493 is #6F9B6C. Grayscale: #767676. Windows color (decimal): -7314285 or 9659536. OLE color: 9659536.

HSL color Cylindrical-coordinate representation of color #906493: hue angle of 296.17º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #906493 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB144100147-
CMYK0.020.3200.42
HSL296.17º19.03%48.43%-
HSV(B)296.17º31.97%57.65%-
XYZ21.3317.1529.79-
YUV118.51144.08146.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.83%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=36.83%
G=25.58%
B=37.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441001470.020.3200.42296.1719.0348.43
Hex90649322002A1281330
Octal2201442232400524502360
Binary1001000011001001001001110100000010101010010100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906493; }

 p { color: rgb(144,100,147); }

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

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

 a { background-color: rgb(144,100,147); }

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

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

 span { border-color: rgb(144,100,147); }

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