Html Css Color HEX #800DAC Dark Magenta

📋 copy color: '#800DAC'

red 128 ◦ green 13 ◦ blue 172

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

Shades of Dark Magenta #800DAC

Tints of Dark Magenta #800DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.15%

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

R = 40.89%
G = 4.15%
B = 54.95%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#800DAC (or 0x800DAC) is known color: Dark Magenta. HEX triplet: 80, 0D and AC. RGB value is (128,13,172). Sum of RGB (Red+Green+Blue) = 128+13+172=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #800DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800DAC is #7FF253. Grayscale: #404040. Windows color (decimal): -8385108 or 11275648. OLE color: 11275648.

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

Color convert

RGB 128 13 172 -
CMYK 0.26 0.92 0 0.33
HSL 283.4º 0.86% 0.36% -
HSV(B) 283.4º 0.92% 0.67% -
XYZ 16.49 7.86 39.68 -
YUV 65.51 188.1 172.57 -
System Red Green Blue C M Y K H S L
Decimal 128 13 172 0.26 0.92 0 0.33 283.4 0.86 0.36
Hex 80 D AC 1A 5C 0 21 11B 56 24
Octal 200 15 254 32 134 0 41 433 126 44
Binary 10000000 1101 10101100 11010 1011100 0 100001 100011011 1010110 100100

Color Harmonies of #800DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800DAC

Black with #800DAC

Text Example


Text Example

White with #800DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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