Html Css Color HEX #8C03AC Dark Magenta

📋 copy color: '#8C03AC'

red 140 ◦ green 3 ◦ blue 172

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

Shades of Dark Magenta #8C03AC

Tints of Dark Magenta #8C03AC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

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

R = 44.44%
G = 0.95%
B = 54.6%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C03AC (or 0x8C03AC) is known color: Dark Magenta. HEX triplet: 8C, 03 and AC. RGB value is (140,3,172). Sum of RGB (Red+Green+Blue) = 140+3+172=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C03AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C03AC is #73FC53. Grayscale: #3E3E3E. Windows color (decimal): -7601236 or 11273100. OLE color: 11273100.

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

Color convert

RGB 140 3 172 -
CMYK 0.19 0.98 0 0.33
HSL 288.64º 0.97% 0.34% -
HSV(B) 288.64º 0.98% 0.67% -
XYZ 18.29 8.62 39.73 -
YUV 63.23 189.39 182.76 -
System Red Green Blue C M Y K H S L
Decimal 140 3 172 0.19 0.98 0 0.33 288.64 0.97 0.34
Hex 8C 3 AC 13 62 0 21 121 61 22
Octal 214 3 254 23 142 0 41 441 141 42
Binary 10001100 11 10101100 10011 1100010 0 100001 100100001 1100001 100010

Color Harmonies of #8C03AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C03AC

Black with #8C03AC

Text Example


Text Example

White with #8C03AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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