#90559C

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

Shades of Violet Blue #90559C

Tints of Violet Blue #90559C

Color information

#90559C (or 0x90559C) is unknown color: approx Violet Blue. HEX triplet: 90, 55 and 9C. RGB value is (144,85,156). Sum of RGB (Red+Green+Blue) = 144+85+156=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #90559C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90559C is #6FAA63. Grayscale: #6E6E6E. Windows color (decimal): -7318116 or 10245520. OLE color: 10245520.

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

Color convert

RGB14485156-
CMYK0.080.4600.39
HSL289.86º29.46%47.25%-
HSV(B)289.86º45.51%61.18%-
XYZ20.7514.8333.22-
YUV110.73153.55151.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.40%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=37.40%
G=22.08%
B=40.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144851560.080.4600.39289.8629.4647.25
Hex90559C82E0271221d2f
Octal22012523410560474423557
Binary100100001010101100111001000101110010011110010001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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