#9E13A4

Color #9E13A4 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9E13A4

Tints of Dark Magenta #9E13A4

Color information

#9E13A4 (or 0x9E13A4) is unknown color: approx Dark Magenta. HEX triplet: 9E, 13 and A4. RGB value is (158,19,164). Sum of RGB (Red+Green+Blue) = 158+19+164=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #9E13A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E13A4 is #61EC5B. Grayscale: #4C4C4C. Windows color (decimal): -6417500 or 10752926. OLE color: 10752926.

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

Color convert

RGB15819164-
CMYK0.040.8800.36
HSL297.52º79.23%35.88%-
HSV(B)297.52º88.41%64.31%-
XYZ21.0310.4236.02-
YUV77.09177.05185.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.33%
GREEN value IS 19 (7.81% from 255) = 5.57%
BLUE value IS 164 (64.45% from 255) = 48.09%
R=46.33%
G=5.57%
B=48.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158191640.040.8800.36297.5279.2335.88
Hex9E13A445802412a4f24
Octal23623244413004445211744
Binary100111101001110100100100101100001001001001010101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E13A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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