#90599C

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

Shades of Violet Blue #90599C

Tints of Violet Blue #90599C

Color information

#90599C (or 0x90599C) is unknown color: approx Violet Blue. HEX triplet: 90, 59 and 9C. RGB value is (144,89,156). Sum of RGB (Red+Green+Blue) = 144+89+156=389 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.02% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #90599C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90599C is #6FA663. Grayscale: #707070. Windows color (decimal): -7317092 or 10246544. OLE color: 10246544.

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

Color convert

RGB14489156-
CMYK0.080.4300.39
HSL289.25º27.35%48.04%-
HSV(B)289.25º42.95%61.18%-
XYZ21.0715.4733.33-
YUV113.08152.22150.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.02%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=37.02%
G=22.88%
B=40.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144891560.080.4300.39289.2527.3548.04
Hex90599C82B0271211b30
Octal22013123410530474413360
Binary100100001011001100111001000101011010011110010000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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