#90579D

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

Shades of Violet Blue #90579D

Tints of Violet Blue #90579D

Color information

#90579D (or 0x90579D) is unknown color: approx Violet Blue. HEX triplet: 90, 57 and 9D. RGB value is (144,87,157). Sum of RGB (Red+Green+Blue) = 144+87+157=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #90579D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90579D is #6FA862. Grayscale: #6F6F6F. Windows color (decimal): -7317603 or 10311568. OLE color: 10311568.

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

Color convert

RGB14487157-
CMYK0.080.4500.38
HSL288.86º28.69%47.84%-
HSV(B)288.86º44.59%61.57%-
XYZ2115.1833.72-
YUV112.02153.38150.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.11%
GREEN value IS 87 (34.38% from 255) = 22.42%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=37.11%
G=22.42%
B=40.46%

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
Decimal144871570.080.4500.38288.8628.6947.84
Hex90579D82D0261211d30
Octal22012723510550464413560
Binary100100001010111100111011000101101010011010010000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90579D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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