Html Css Color HEX #8D09AC Dark Magenta

📋 copy color: '#8D09AC'

red 141 ◦ green 9 ◦ blue 172

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

Shades of Dark Magenta #8D09AC

Tints of Dark Magenta #8D09AC

RGB

 RED value IS 141 (55.47% from 255) = 43.79%

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

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

R = 43.79%
G = 2.8%
B = 53.42%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D09AC (or 0x8D09AC) is known color: Dark Magenta. HEX triplet: 8D, 09 and AC. RGB value is (141,9,172). Sum of RGB (Red+Green+Blue) = 141+9+172=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D09AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D09AC is #72F653. Grayscale: #424242. Windows color (decimal): -7534164 or 11274637. OLE color: 11274637.

HSL color Cylindrical-coordinate representation of color #8D09AC: hue angle of 288.59º 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 #8D09AC is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 9 172 -
CMYK 0.18 0.95 0 0.33
HSL 288.59º 0.9% 0.35% -
HSV(B) 288.59º 0.95% 0.67% -
XYZ 18.53 8.84 39.76 -
YUV 67.05 187.23 180.75 -
System Red Green Blue C M Y K H S L
Decimal 141 9 172 0.18 0.95 0 0.33 288.59 0.9 0.35
Hex 8D 9 AC 12 5F 0 21 121 5A 23
Octal 215 11 254 22 137 0 41 441 132 43
Binary 10001101 1001 10101100 10010 1011111 0 100001 100100001 1011010 100011

Color Harmonies of #8D09AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D09AC

Black with #8D09AC

Text Example


Text Example

White with #8D09AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D09AC; }

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

 H1.HeaderClassName
 {
   color: #8D09AC;
 }
 .AnyTagClassName
 {
   color: #8D09AC;
 }
</style>

background-color css

<style>
 a { background-color: #8D09AC; }

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

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

border-color css

<style>
 span { border-color: #8D09AC; }

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

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