#90479C

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

Shades of Vivid Violet #90479C

Tints of Vivid Violet #90479C

Color information

#90479C (or 0x90479C) is unknown color: approx Vivid Violet. HEX triplet: 90, 47 and 9C. RGB value is (144,71,156). Sum of RGB (Red+Green+Blue) = 144+71+156=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #90479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90479C is #6FB863. Grayscale: #666666. Windows color (decimal): -7321700 or 10241936. OLE color: 10241936.

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

Color convert

RGB14471156-
CMYK0.080.5400.39
HSL291.53º37.44%44.51%-
HSV(B)291.53º54.49%61.18%-
XYZ19.7612.8432.89-
YUV102.52158.18157.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.81%
GREEN value IS 71 (28.12% from 255) = 19.14%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=38.81%
G=19.14%
B=42.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144711560.080.5400.39291.5337.4444.51
Hex90479C836027124252d
Octal22010723410660474444555
Binary1001000010001111001110010001101100100111100100100100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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