#9E7499

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

Shades of Violet Blue #9E7499

Tints of Violet Blue #9E7499

Color information

#9E7499 (or 0x9E7499) is unknown color: approx Violet Blue. HEX triplet: 9E, 74 and 99. RGB value is (158,116,153). Sum of RGB (Red+Green+Blue) = 158+116+153=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7499 is #618B66. Grayscale: #848484. Windows color (decimal): -6392679 or 10056862. OLE color: 10056862.

HSL color Cylindrical-coordinate representation of color #9E7499: hue angle of 307.14º 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 #9E7499 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB158116153-
CMYK00.270.030.38
HSL307.14º17.8%53.73%-
HSV(B)307.14º26.58%61.96%-
XYZ26.122.0633.02-
YUV132.78139.41145.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.00%
GREEN value IS 116 (45.70% from 255) = 27.17%
BLUE value IS 153 (60.16% from 255) = 35.83%
R=37.00%
G=27.17%
B=35.83%

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
Decimal15811615300.270.030.38307.1417.853.73
Hex9E749901B3261331236
Octal2361642310333464632266
Binary100111101110100100110010110111110011010011001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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