#9E7299

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

Shades of Violet Blue #9E7299

Tints of Violet Blue #9E7299

Color information

#9E7299 (or 0x9E7299) is unknown color: approx Violet Blue. HEX triplet: 9E, 72 and 99. RGB value is (158,114,153). Sum of RGB (Red+Green+Blue) = 158+114+153=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7299 is #618D66. Grayscale: #838383. Windows color (decimal): -6393191 or 10056350. OLE color: 10056350.

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

Color convert

RGB158114153-
CMYK00.280.030.38
HSL306.82º18.49%53.33%-
HSV(B)306.82º27.85%61.96%-
XYZ25.8721.632.94-
YUV131.6140.08146.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.18%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 153 (60.16% from 255) = 36%
R=37.18%
G=26.82%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811415300.280.030.38306.8218.4953.33
Hex9E729901C3261331235
Octal2361622310343464632265
Binary100111101110010100110010111001110011010011001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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