#9E729A

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

Shades of Violet Blue #9E729A

Tints of Violet Blue #9E729A

Color information

#9E729A (or 0x9E729A) is unknown color: approx Violet Blue. HEX triplet: 9E, 72 and 9A. RGB value is (158,114,154). Sum of RGB (Red+Green+Blue) = 158+114+154=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 158 - color contains mainly: red. Hex color #9E729A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E729A is #618D65. Grayscale: #838383. Windows color (decimal): -6393190 or 10121886. OLE color: 10121886.

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

Color convert

RGB158114154-
CMYK00.280.030.38
HSL305.45º18.49%53.33%-
HSV(B)305.45º27.85%61.96%-
XYZ25.9521.6433.38-
YUV131.72140.58146.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.09%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 154 (60.55% from 255) = 36.15%
R=37.09%
G=26.76%
B=36.15%

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
Decimal15811415400.280.030.38305.4518.4953.33
Hex9E729A01C3261311235
Octal2361622320343464612265
Binary100111101110010100110100111001110011010011000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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