Html Css Color HEX #800CAC Dark Magenta

📋 copy color: '#800CAC'

red 128 ◦ green 12 ◦ blue 172

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

Shades of Dark Magenta #800CAC

Tints of Dark Magenta #800CAC

RGB

 RED value IS 128 (50.39% from 255) = 41.03%

 GREEN value IS 12 (5.08% from 255) = 3.85%

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

R = 41.03%
G = 3.85%
B = 55.13%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#800CAC (or 0x800CAC) is known color: Dark Magenta. HEX triplet: 80, 0C and AC. RGB value is (128,12,172). Sum of RGB (Red+Green+Blue) = 128+12+172=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #800CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800CAC is #7FF353. Grayscale: #404040. Windows color (decimal): -8385364 or 11275392. OLE color: 11275392.

HSL color Cylindrical-coordinate representation of color #800CAC: hue angle of 283.5º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800CAC is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 12 172 -
CMYK 0.26 0.93 0 0.33
HSL 283.5º 0.87% 0.36% -
HSV(B) 283.5º 0.93% 0.67% -
XYZ 16.48 7.83 39.67 -
YUV 64.92 188.43 172.99 -
System Red Green Blue C M Y K H S L
Decimal 128 12 172 0.26 0.93 0 0.33 283.5 0.87 0.36
Hex 80 C AC 1A 5D 0 21 11C 57 24
Octal 200 14 254 32 135 0 41 434 127 44
Binary 10000000 1100 10101100 11010 1011101 0 100001 100011100 1010111 100100

Color Harmonies of #800CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800CAC

Black with #800CAC

Text Example


Text Example

White with #800CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800CAC; }

 p { color: rgb(128,12,172); }

 H1.HeaderClassName
 {
   color: #800CAC;
 }
 .AnyTagClassName
 {
   color: #800CAC;
 }
</style>

background-color css

<style>
 a { background-color: #800CAC; }

 a { background-color: rgb(128,12,172); }

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

border-color css

<style>
 span { border-color: #800CAC; }

 span { border-color: rgb(128,12,172); }

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