Html Css Color HEX #800CAA Dark Magenta

📋 copy color: '#800CAA'

red 128 ◦ green 12 ◦ blue 170

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

Shades of Dark Magenta #800CAA

Tints of Dark Magenta #800CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.84%

R = 41.29%
G = 3.87%
B = 54.84%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#800CAA (or 0x800CAA) is known color: Dark Magenta. HEX triplet: 80, 0C and AA. RGB value is (128,12,170). Sum of RGB (Red+Green+Blue) = 128+12+170=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #800CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800CAA is #7FF355. Grayscale: #404040. Windows color (decimal): -8385366 or 11144320. OLE color: 11144320.

HSL color Cylindrical-coordinate representation of color #800CAA: hue angle of 284.05º 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 #800CAA is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 12 170 -
CMYK 0.25 0.93 0 0.33
HSL 284.05º 0.87% 0.36% -
HSV(B) 284.05º 0.93% 0.67% -
XYZ 16.29 7.75 38.67 -
YUV 64.7 187.43 173.15 -
System Red Green Blue C M Y K H S L
Decimal 128 12 170 0.25 0.93 0 0.33 284.05 0.87 0.36
Hex 80 C AA 19 5D 0 21 11C 57 24
Octal 200 14 252 31 135 0 41 434 127 44
Binary 10000000 1100 10101010 11001 1011101 0 100001 100011100 1010111 100100

Color Harmonies of #800CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800CAA

Black with #800CAA

Text Example


Text Example

White with #800CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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