#90479B

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

Shades of Vivid Violet #90479B

Tints of Vivid Violet #90479B

Color information

#90479B (or 0x90479B) is unknown color: approx Vivid Violet. HEX triplet: 90, 47 and 9B. RGB value is (144,71,155). Sum of RGB (Red+Green+Blue) = 144+71+155=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #90479B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90479B is #6FB864. Grayscale: #666666. Windows color (decimal): -7321701 or 10176400. OLE color: 10176400.

HSL color Cylindrical-coordinate representation of color #90479B: hue angle of 292.14º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #90479B is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14471155-
CMYK0.070.5400.39
HSL292.14º37.17%44.31%-
HSV(B)292.14º54.19%60.78%-
XYZ19.6712.832.44-
YUV102.4157.68157.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.92%
GREEN value IS 71 (28.12% from 255) = 19.19%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=38.92%
G=19.19%
B=41.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144711550.070.5400.39292.1437.1744.31
Hex90479B736027124252c
Octal2201072337660474444554
Binary100100001000111100110111111101100100111100100100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90479B; }

 p { color: rgb(144,71,155); }

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

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

 a { background-color: rgb(144,71,155); }

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

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

 span { border-color: rgb(144,71,155); }

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