#90559E

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

Shades of Violet Blue #90559E

Tints of Violet Blue #90559E

Color information

#90559E (or 0x90559E) is unknown color: approx Violet Blue. HEX triplet: 90, 55 and 9E. RGB value is (144,85,158). Sum of RGB (Red+Green+Blue) = 144+85+158=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #90559E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90559E is #6FAA61. Grayscale: #6E6E6E. Windows color (decimal): -7318114 or 10376592. OLE color: 10376592.

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

Color convert

RGB14485158-
CMYK0.090.4600.38
HSL288.49º30.04%47.65%-
HSV(B)288.49º46.2%61.96%-
XYZ20.9214.8934.12-
YUV110.96154.55151.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.21%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 158 (62.11% from 255) = 40.83%
R=37.21%
G=21.96%
B=40.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144851580.090.4600.38288.4930.0447.65
Hex90559E92E0261201e30
Octal22012523611560464403660
Binary100100001010101100111101001101110010011010010000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90559E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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