#90599B

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

Shades of Violet Blue #90599B

Tints of Violet Blue #90599B

Color information

#90599B (or 0x90599B) is unknown color: approx Violet Blue. HEX triplet: 90, 59 and 9B. RGB value is (144,89,155). Sum of RGB (Red+Green+Blue) = 144+89+155=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #90599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90599B is #6FA664. Grayscale: #707070. Windows color (decimal): -7317093 or 10181008. OLE color: 10181008.

HSL color Cylindrical-coordinate representation of color #90599B: hue angle of 290º 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 #90599B is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14489155-
CMYK0.070.4300.39
HSL290º27.05%47.84%-
HSV(B)290º42.58%60.78%-
XYZ20.9915.4432.88-
YUV112.97151.72150.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.11%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 155 (60.94% from 255) = 39.95%
R=37.11%
G=22.94%
B=39.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal144891550.070.4300.3929027.0547.84
Hex90599B72B0271221b30
Octal2201312337530474423360
Binary10010000101100110011011111101011010011110010001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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