Html Css Color HEX #8C02AC Dark Magenta

📋 copy color: '#8C02AC'

red 140 ◦ green 2 ◦ blue 172

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

Shades of Dark Magenta #8C02AC

Tints of Dark Magenta #8C02AC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 44.59%
G = 0.64%
B = 54.78%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C02AC (or 0x8C02AC) is known color: Dark Magenta. HEX triplet: 8C, 02 and AC. RGB value is (140,2,172). Sum of RGB (Red+Green+Blue) = 140+2+172=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C02AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C02AC is #73FD53. Grayscale: #3E3E3E. Windows color (decimal): -7601492 or 11272844. OLE color: 11272844.

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

Color convert

RGB 140 2 172 -
CMYK 0.19 0.99 0 0.33
HSL 288.71º 0.98% 0.34% -
HSV(B) 288.71º 0.99% 0.67% -
XYZ 18.28 8.6 39.73 -
YUV 62.64 189.72 183.18 -
System Red Green Blue C M Y K H S L
Decimal 140 2 172 0.19 0.99 0 0.33 288.71 0.98 0.34
Hex 8C 2 AC 13 63 0 21 121 62 22
Octal 214 2 254 23 143 0 41 441 142 42
Binary 10001100 10 10101100 10011 1100011 0 100001 100100001 1100010 100010

Color Harmonies of #8C02AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C02AC

Black with #8C02AC

Text Example


Text Example

White with #8C02AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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