#90599F

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

Shades of Violet Blue #90599F

Tints of Violet Blue #90599F

Color information

#90599F (or 0x90599F) is unknown color: approx Violet Blue. HEX triplet: 90, 59 and 9F. RGB value is (144,89,159). Sum of RGB (Red+Green+Blue) = 144+89+159=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #90599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #90599F is #6FA660. Grayscale: #717171. Windows color (decimal): -7317089 or 10443152. OLE color: 10443152.

HSL color Cylindrical-coordinate representation of color #90599F: hue angle of 287.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90599F is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14489159-
CMYK0.090.4400.38
HSL287.14º28.23%48.63%-
HSV(B)287.14º44.03%62.35%-
XYZ21.3315.5834.68-
YUV113.42153.72149.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.73%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 159 (62.5% from 255) = 40.56%
R=36.73%
G=22.70%
B=40.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144891590.090.4400.38287.1428.2348.63
Hex90599F92C02611f1c31
Octal22013123711540464373461
Binary100100001011001100111111001101100010011010001111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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