Html Css Color HEX #8C05AC Dark Magenta

📋 copy color: '#8C05AC'

red 140 ◦ green 5 ◦ blue 172

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

Shades of Dark Magenta #8C05AC

Tints of Dark Magenta #8C05AC

RGB

 RED value IS 140 (55.08% from 255) = 44.16%

 GREEN value IS 5 (2.34% from 255) = 1.58%

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

R = 44.16%
G = 1.58%
B = 54.26%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C05AC (or 0x8C05AC) is known color: Dark Magenta. HEX triplet: 8C, 05 and AC. RGB value is (140,5,172). Sum of RGB (Red+Green+Blue) = 140+5+172=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C05AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C05AC is #73FA53. Grayscale: #3F3F3F. Windows color (decimal): -7600724 or 11273612. OLE color: 11273612.

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

Color convert

RGB 140 5 172 -
CMYK 0.19 0.97 0 0.33
HSL 288.5º 0.94% 0.35% -
HSV(B) 288.5º 0.97% 0.67% -
XYZ 18.32 8.66 39.74 -
YUV 64.4 188.73 181.92 -
System Red Green Blue C M Y K H S L
Decimal 140 5 172 0.19 0.97 0 0.33 288.5 0.94 0.35
Hex 8C 5 AC 13 61 0 21 121 5E 23
Octal 214 5 254 23 141 0 41 441 136 43
Binary 10001100 101 10101100 10011 1100001 0 100001 100100001 1011110 100011

Color Harmonies of #8C05AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C05AC

Black with #8C05AC

Text Example


Text Example

White with #8C05AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,5,172); }

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

background-color css

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

 a { background-color: rgb(140,5,172); }

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

border-color css

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

 span { border-color: rgb(140,5,172); }

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