#9E73A2

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

Shades of Violet Blue #9E73A2

Tints of Violet Blue #9E73A2

Color information

#9E73A2 (or 0x9E73A2) is unknown color: approx Violet Blue. HEX triplet: 9E, 73 and A2. RGB value is (158,115,162). Sum of RGB (Red+Green+Blue) = 158+115+162=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 162 - color contains mainly: blue. Hex color #9E73A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E73A2 is #618C5D. Grayscale: #858585. Windows color (decimal): -6392926 or 10646430. OLE color: 10646430.

HSL color Cylindrical-coordinate representation of color #9E73A2: hue angle of 294.89º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E73A2 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB158115162-
CMYK0.020.2900.36
HSL294.89º20.17%54.31%-
HSV(B)294.89º29.01%63.53%-
XYZ26.7522.1437.05-
YUV133.21144.25145.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.32%
GREEN value IS 115 (45.31% from 255) = 26.44%
BLUE value IS 162 (63.67% from 255) = 37.24%
R=36.32%
G=26.44%
B=37.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581151620.020.2900.36294.8920.1754.31
Hex9E73A221D0241271436
Octal2361632422350444472466
Binary100111101110011101000101011101010010010010011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E73A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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