#90479F

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

Shades of Vivid Violet #90479F

Tints of Vivid Violet #90479F

Color information

#90479F (or 0x90479F) is unknown color: approx Vivid Violet. HEX triplet: 90, 47 and 9F. RGB value is (144,71,159). Sum of RGB (Red+Green+Blue) = 144+71+159=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #90479F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90479F is #6FB860. Grayscale: #666666. Windows color (decimal): -7321697 or 10438544. OLE color: 10438544.

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

Color convert

RGB14471159-
CMYK0.090.5500.38
HSL289.77º38.26%45.1%-
HSV(B)289.77º55.35%62.35%-
XYZ20.0112.9434.24-
YUV102.86159.68157.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.50%
GREEN value IS 71 (28.12% from 255) = 18.98%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=38.50%
G=18.98%
B=42.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144711590.090.5500.38289.7738.2645.1
Hex90479F937026122262d
Octal22010723711670464424655
Binary1001000010001111001111110011101110100110100100010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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