#90579E

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

Shades of Violet Blue #90579E

Tints of Violet Blue #90579E

Color information

#90579E (or 0x90579E) is unknown color: approx Violet Blue. HEX triplet: 90, 57 and 9E. RGB value is (144,87,158). Sum of RGB (Red+Green+Blue) = 144+87+158=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #90579E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90579E is #6FA861. Grayscale: #6F6F6F. Windows color (decimal): -7317602 or 10377104. OLE color: 10377104.

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

Color convert

RGB14487158-
CMYK0.090.4500.38
HSL288.17º28.98%48.04%-
HSV(B)288.17º44.94%61.96%-
XYZ21.0815.2134.17-
YUV112.14153.88150.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.02%
GREEN value IS 87 (34.38% from 255) = 22.37%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=37.02%
G=22.37%
B=40.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144871580.090.4500.38288.1728.9848.04
Hex90579E92D0261201d30
Octal22012723611550464403560
Binary100100001010111100111101001101101010011010010000011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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