#90499A

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

Shades of Vivid Violet #90499A

Tints of Vivid Violet #90499A

Color information

#90499A (or 0x90499A) is unknown color: approx Vivid Violet. HEX triplet: 90, 49 and 9A. RGB value is (144,73,154). Sum of RGB (Red+Green+Blue) = 144+73+154=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #90499A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90499A is #6FB665. Grayscale: #676767. Windows color (decimal): -7321190 or 10111376. OLE color: 10111376.

HSL color Cylindrical-coordinate representation of color #90499A: hue angle of 292.59º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90499A is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14473154-
CMYK0.060.5300.40
HSL292.59º35.68%44.51%-
HSV(B)292.59º52.6%60.39%-
XYZ19.7213.0332.05-
YUV103.46156.52156.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.81%
GREEN value IS 73 (28.91% from 255) = 19.68%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=38.81%
G=19.68%
B=41.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal144731540.060.5300.40292.5935.6844.51
Hex90499A635028125242d
Octal2201112326650504454455
Binary100100001001001100110101101101010101000100100101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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