#90499F

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

Shades of Vivid Violet #90499F

Tints of Vivid Violet #90499F

Color information

#90499F (or 0x90499F) is unknown color: approx Vivid Violet. HEX triplet: 90, 49 and 9F. RGB value is (144,73,159). Sum of RGB (Red+Green+Blue) = 144+73+159=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #90499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90499F is #6FB660. Grayscale: #676767. Windows color (decimal): -7321185 or 10439056. OLE color: 10439056.

HSL color Cylindrical-coordinate representation of color #90499F: hue angle of 289.53º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #90499F is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14473159-
CMYK0.090.5400.38
HSL289.53º37.07%45.49%-
HSV(B)289.53º54.09%62.35%-
XYZ20.1413.234.29-
YUV104.03159.02156.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.30%
GREEN value IS 73 (28.91% from 255) = 19.41%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=38.30%
G=19.41%
B=42.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144731590.090.5400.38289.5337.0745.49
Hex90499F936026122252d
Octal22011123711660464424555
Binary1001000010010011001111110011101100100110100100010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90499F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90499F; }

 p { color: rgb(144,73,159); }

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

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

 a { background-color: rgb(144,73,159); }

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

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

 span { border-color: rgb(144,73,159); }

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