Html Css Color HEX #9E09AC Dark Magenta

📋 copy color: '#9E09AC'

red 158 ◦ green 9 ◦ blue 172

#9E09AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9E09AC

Tints of Dark Magenta #9E09AC

RGB

 RED value IS 158 (62.11% from 255) = 46.61%

 GREEN value IS 9 (3.91% from 255) = 2.65%

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 46.61%
G = 2.65%
B = 50.74%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E09AC (or 0x9E09AC) is known color: Dark Magenta. HEX triplet: 9E, 09 and AC. RGB value is (158,9,172). Sum of RGB (Red+Green+Blue) = 158+9+172=339 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.61% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E09AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E09AC is #61F653. Grayscale: #474747. Windows color (decimal): -6420052 or 11274654. OLE color: 11274654.

HSL color Cylindrical-coordinate representation of color #9E09AC: hue angle of 294.85º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E09AC is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 9 172 -
CMYK 0.08 0.95 0 0.33
HSL 294.85º 0.9% 0.35% -
HSV(B) 294.85º 0.95% 0.67% -
XYZ 21.64 10.44 39.9 -
YUV 72.13 184.36 189.25 -
System Red Green Blue C M Y K H S L
Decimal 158 9 172 0.08 0.95 0 0.33 294.85 0.9 0.35
Hex 9E 9 AC 8 5F 0 21 127 5A 23
Octal 236 11 254 10 137 0 41 447 132 43
Binary 10011110 1001 10101100 1000 1011111 0 100001 100100111 1011010 100011

Color Harmonies of #9E09AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E09AC

Black with #9E09AC

Text Example


Text Example

White with #9E09AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,9,172); }

 H1.HeaderClassName
 {
   color: #9E09AC;
 }
 .AnyTagClassName
 {
   color: #9E09AC;
 }
</style>

background-color css

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

 a { background-color: rgb(158,9,172); }

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

border-color css

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

 span { border-color: rgb(158,9,172); }

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