#9E71A4

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

Shades of Violet Blue #9E71A4

Tints of Violet Blue #9E71A4

Color information

#9E71A4 (or 0x9E71A4) is unknown color: approx Violet Blue. HEX triplet: 9E, 71 and A4. RGB value is (158,113,164). Sum of RGB (Red+Green+Blue) = 158+113+164=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 164 - color contains mainly: blue. Hex color #9E71A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E71A4 is #618E5B. Grayscale: #848484. Windows color (decimal): -6393436 or 10776990. OLE color: 10776990.

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

Color convert

RGB158113164-
CMYK0.040.3100.36
HSL292.94º21.89%54.31%-
HSV(B)292.94º31.1%64.31%-
XYZ26.7121.7637.91-
YUV132.27145.91146.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.32%
GREEN value IS 113 (44.53% from 255) = 25.98%
BLUE value IS 164 (64.45% from 255) = 37.70%
R=36.32%
G=25.98%
B=37.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1581131640.040.3100.36292.9421.8954.31
Hex9E71A441F0241251636
Octal2361612444370444452666
Binary1001111011100011010010010011111010010010010010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E71A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,113,164); }

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

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

 a { background-color: rgb(158,113,164); }

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

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

 span { border-color: rgb(158,113,164); }

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