Html Css Color HEX #8D07AC Dark Magenta

📋 copy color: '#8D07AC'

red 141 ◦ green 7 ◦ blue 172

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

Shades of Dark Magenta #8D07AC

Tints of Dark Magenta #8D07AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

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

R = 44.06%
G = 2.19%
B = 53.75%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D07AC (or 0x8D07AC) is known color: Dark Magenta. HEX triplet: 8D, 07 and AC. RGB value is (141,7,172). Sum of RGB (Red+Green+Blue) = 141+7+172=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D07AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D07AC is #72F853. Grayscale: #414141. Windows color (decimal): -7534676 or 11274125. OLE color: 11274125.

HSL color Cylindrical-coordinate representation of color #8D07AC: hue angle of 288.73º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D07AC is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 7 172 -
CMYK 0.18 0.96 0 0.33
HSL 288.73º 0.92% 0.35% -
HSV(B) 288.73º 0.96% 0.67% -
XYZ 18.51 8.79 39.75 -
YUV 65.88 187.89 181.58 -
System Red Green Blue C M Y K H S L
Decimal 141 7 172 0.18 0.96 0 0.33 288.73 0.92 0.35
Hex 8D 7 AC 12 60 0 21 121 5C 23
Octal 215 7 254 22 140 0 41 441 134 43
Binary 10001101 111 10101100 10010 1100000 0 100001 100100001 1011100 100011

Color Harmonies of #8D07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D07AC

Black with #8D07AC

Text Example


Text Example

White with #8D07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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