#9E47A4

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

Shades of Violet Blue #9E47A4

Tints of Violet Blue #9E47A4

Color information

#9E47A4 (or 0x9E47A4) is unknown color: approx Violet Blue. HEX triplet: 9E, 47 and A4. RGB value is (158,71,164). Sum of RGB (Red+Green+Blue) = 158+71+164=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 164 (64.45% from 255 or 41.73% from 393); Max value from RGB is 164 - color contains mainly: blue. Hex color #9E47A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E47A4 is #61B85B. Grayscale: #6B6B6B. Windows color (decimal): -6404188 or 10766238. OLE color: 10766238.

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

Color convert

RGB15871164-
CMYK0.040.5700.36
HSL296.13º39.57%46.08%-
HSV(B)296.13º56.71%64.31%-
XYZ23.0514.4636.7-
YUV107.62159.82163.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.20%
GREEN value IS 71 (28.12% from 255) = 18.07%
BLUE value IS 164 (64.45% from 255) = 41.73%
R=40.20%
G=18.07%
B=41.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158711640.040.5700.36296.1339.5746.08
Hex9E47A4439024128282e
Octal2361072444710444505056
Binary100111101000111101001001001110010100100100101000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E47A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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