Html Css Color HEX #800DAB Dark Magenta

📋 copy color: '#800DAB'

red 128 ◦ green 13 ◦ blue 171

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

Shades of Dark Magenta #800DAB

Tints of Dark Magenta #800DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.81%

R = 41.03%
G = 4.17%
B = 54.81%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#800DAB (or 0x800DAB) is known color: Dark Magenta. HEX triplet: 80, 0D and AB. RGB value is (128,13,171). Sum of RGB (Red+Green+Blue) = 128+13+171=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #800DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800DAB is #7FF254. Grayscale: #404040. Windows color (decimal): -8385109 or 11210112. OLE color: 11210112.

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

Color convert

RGB 128 13 171 -
CMYK 0.25 0.92 0 0.33
HSL 283.67º 0.86% 0.36% -
HSV(B) 283.67º 0.92% 0.67% -
XYZ 16.4 7.82 39.17 -
YUV 65.4 187.6 172.65 -
System Red Green Blue C M Y K H S L
Decimal 128 13 171 0.25 0.92 0 0.33 283.67 0.86 0.36
Hex 80 D AB 19 5C 0 21 11C 56 24
Octal 200 15 253 31 134 0 41 434 126 44
Binary 10000000 1101 10101011 11001 1011100 0 100001 100011100 1010110 100100

Color Harmonies of #800DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800DAB

Black with #800DAB

Text Example


Text Example

White with #800DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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