#9E7399

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

Shades of Violet Blue #9E7399

Tints of Violet Blue #9E7399

Color information

#9E7399 (or 0x9E7399) is unknown color: approx Violet Blue. HEX triplet: 9E, 73 and 99. RGB value is (158,115,153). Sum of RGB (Red+Green+Blue) = 158+115+153=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7399 is #618C66. Grayscale: #848484. Windows color (decimal): -6392935 or 10056606. OLE color: 10056606.

HSL color Cylindrical-coordinate representation of color #9E7399: hue angle of 306.98º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E7399 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB158115153-
CMYK00.270.030.38
HSL306.98º18.14%53.53%-
HSV(B)306.98º27.22%61.96%-
XYZ25.9821.8332.98-
YUV132.19139.75146.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.09%
GREEN value IS 115 (45.31% from 255) = 27.00%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=37.09%
G=27.00%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811515300.270.030.38306.9818.1453.53
Hex9E739901B3261331236
Octal2361632310333464632266
Binary100111101110011100110010110111110011010011001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,115,153); }

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

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

 a { background-color: rgb(158,115,153); }

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

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

 span { border-color: rgb(158,115,153); }

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