#90569F

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

Shades of Violet Blue #90569F

Tints of Violet Blue #90569F

Color information

#90569F (or 0x90569F) is unknown color: approx Violet Blue. HEX triplet: 90, 56 and 9F. RGB value is (144,86,159). Sum of RGB (Red+Green+Blue) = 144+86+159=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #90569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90569F is #6FA960. Grayscale: #6F6F6F. Windows color (decimal): -7317857 or 10442384. OLE color: 10442384.

HSL color Cylindrical-coordinate representation of color #90569F: hue angle of 287.67º 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 #90569F is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14486159-
CMYK0.090.4600.38
HSL287.67º29.8%48.04%-
HSV(B)287.67º45.91%62.35%-
XYZ21.0915.0934.6-
YUV111.66154.72151.06-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.02%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=37.02%
G=22.11%
B=40.87%

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
Decimal144861590.090.4600.38287.6729.848.04
Hex90569F92E0261201e30
Octal22012623711560464403660
Binary100100001010110100111111001101110010011010010000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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