#90479E

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

Shades of Vivid Violet #90479E

Tints of Vivid Violet #90479E

Color information

#90479E (or 0x90479E) is unknown color: approx Vivid Violet. HEX triplet: 90, 47 and 9E. RGB value is (144,71,158). Sum of RGB (Red+Green+Blue) = 144+71+158=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #90479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90479E is #6FB861. Grayscale: #666666. Windows color (decimal): -7321698 or 10373008. OLE color: 10373008.

HSL color Cylindrical-coordinate representation of color #90479E: hue angle of 290.34º 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 #90479E is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14471158-
CMYK0.090.5500.38
HSL290.34º37.99%44.9%-
HSV(B)290.34º55.06%61.96%-
XYZ19.9312.933.79-
YUV102.74159.18157.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.61%
GREEN value IS 71 (28.12% from 255) = 19.03%
BLUE value IS 158 (62.11% from 255) = 42.36%
R=38.61%
G=19.03%
B=42.36%

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
Decimal144711580.090.5500.38290.3437.9944.9
Hex90479E937026122262d
Octal22010723611670464424655
Binary1001000010001111001111010011101110100110100100010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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