#9E599F

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

Shades of Violet Blue #9E599F

Tints of Violet Blue #9E599F

Color information

#9E599F (or 0x9E599F) is unknown color: approx Violet Blue. HEX triplet: 9E, 59 and 9F. RGB value is (158,89,159). Sum of RGB (Red+Green+Blue) = 158+89+159=406 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.92% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E599F is #61A660. Grayscale: #757575. Windows color (decimal): -6399585 or 10443166. OLE color: 10443166.

HSL color Cylindrical-coordinate representation of color #9E599F: hue angle of 299.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 #9E599F is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15889159-
CMYK0.010.4400.38
HSL299.14º28.23%48.63%-
HSV(B)299.14º44.03%62.35%-
XYZ23.9316.9234.8-
YUV117.61151.36156.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.92%
GREEN value IS 89 (35.16% from 255) = 21.92%
BLUE value IS 159 (62.5% from 255) = 39.16%
R=38.92%
G=21.92%
B=39.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158891590.010.4400.38299.1428.2348.63
Hex9E599F12C02612b1c31
Octal2361312371540464533461
Binary100111101011001100111111101100010011010010101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E599F; }

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

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

<style>
 a { background-color: #9E599F; }

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

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

<style>
 span { border-color: #9E599F; }

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

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