#90569D

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

Shades of Violet Blue #90569D

Tints of Violet Blue #90569D

Color information

#90569D (or 0x90569D) is unknown color: approx Violet Blue. HEX triplet: 90, 56 and 9D. RGB value is (144,86,157). Sum of RGB (Red+Green+Blue) = 144+86+157=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #90569D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90569D is #6FA962. Grayscale: #6F6F6F. Windows color (decimal): -7317859 or 10311312. OLE color: 10311312.

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

Color convert

RGB14486157-
CMYK0.080.4500.38
HSL289.01º29.22%47.65%-
HSV(B)289.01º45.22%61.57%-
XYZ20.9215.0233.69-
YUV111.44153.72151.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.21%
GREEN value IS 86 (33.98% from 255) = 22.22%
BLUE value IS 157 (61.72% from 255) = 40.57%
R=37.21%
G=22.22%
B=40.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144861570.080.4500.38289.0129.2247.65
Hex90569D82D0261211d30
Octal22012623510550464413560
Binary100100001010110100111011000101101010011010010000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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