#90569C

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

Shades of Violet Blue #90569C

Tints of Violet Blue #90569C

Color information

#90569C (or 0x90569C) is unknown color: approx Violet Blue. HEX triplet: 90, 56 and 9C. RGB value is (144,86,156). Sum of RGB (Red+Green+Blue) = 144+86+156=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #90569C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90569C is #6FA963. Grayscale: #6F6F6F. Windows color (decimal): -7317860 or 10245776. OLE color: 10245776.

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

Color convert

RGB14486156-
CMYK0.080.4500.39
HSL289.71º28.93%47.45%-
HSV(B)289.71º44.87%61.18%-
XYZ20.8314.9933.25-
YUV111.32153.22151.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.31%
GREEN value IS 86 (33.98% from 255) = 22.28%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=37.31%
G=22.28%
B=40.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144861560.080.4500.39289.7128.9347.45
Hex90569C82D0271221d2f
Octal22012623410550474423557
Binary100100001010110100111001000101101010011110010001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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