Html Css Color HEX #800CA1 Dark Magenta

📋 copy color: '#800CA1'

red 128 ◦ green 12 ◦ blue 161

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

Shades of Dark Magenta #800CA1

Tints of Dark Magenta #800CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 53.49%

R = 42.52%
G = 3.99%
B = 53.49%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#800CA1 (or 0x800CA1) is known color: Dark Magenta. HEX triplet: 80, 0C and A1. RGB value is (128,12,161). Sum of RGB (Red+Green+Blue) = 128+12+161=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 161 (63.28% from 255 or 53.49% from 301); Max value from RGB is 161 - color contains mainly: blue. Hex color #800CA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800CA1 is #7FF35E. Grayscale: #3F3F3F. Windows color (decimal): -8385375 or 10554496. OLE color: 10554496.

HSL color Cylindrical-coordinate representation of color #800CA1: hue angle of 286.71º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800CA1 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 128 12 161 -
CMYK 0.20 0.93 0 0.37
HSL 286.71º 0.86% 0.34% -
HSV(B) 286.71º 0.93% 0.63% -
XYZ 15.47 7.43 34.34 -
YUV 63.67 182.93 173.88 -
System Red Green Blue C M Y K H S L
Decimal 128 12 161 0.20 0.93 0 0.37 286.71 0.86 0.34
Hex 80 C A1 14 5D 0 25 11F 56 22
Octal 200 14 241 24 135 0 45 437 126 42
Binary 10000000 1100 10100001 10100 1011101 0 100101 100011111 1010110 100010

Color Harmonies of #800CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800CA1

Black with #800CA1

Text Example


Text Example

White with #800CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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