Html Css Color HEX #8000AB Dark Magenta

📋 copy color: '#8000AB'

red 128 ◦ green 0 ◦ blue 171

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

Shades of Dark Magenta #8000AB

Tints of Dark Magenta #8000AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.81%
G = 0%
B = 57.19%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8000AB (or 0x8000AB) is known color: Dark Magenta. HEX triplet: 80, 00 and AB. RGB value is (128,0,171). Sum of RGB (Red+Green+Blue) = 128+0+171=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #8000AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8000AB is #7FFF54. Grayscale: #393939. Windows color (decimal): -8388437 or 11206784. OLE color: 11206784.

HSL color Cylindrical-coordinate representation of color #8000AB: hue angle of 284.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000AB is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 0 171 -
CMYK 0.25 1 0 0.33
HSL 284.91º 1% 0.34% -
HSV(B) 284.91º 1% 0.67% -
XYZ 16.25 7.53 39.12 -
YUV 57.77 191.91 178.1 -
System Red Green Blue C M Y K H S L
Decimal 128 0 171 0.25 1 0 0.33 284.91 1 0.34
Hex 80 0 AB 19 64 0 21 11D 64 22
Octal 200 0 253 31 144 0 41 435 144 42
Binary 10000000 0 10101011 11001 1100100 0 100001 100011101 1100100 100010

Color Harmonies of #8000AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8000AB

Black with #8000AB

Text Example


Text Example

White with #8000AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8000AB; }

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

 H1.HeaderClassName
 {
   color: #8000AB;
 }
 .AnyTagClassName
 {
   color: #8000AB;
 }
</style>

background-color css

<style>
 a { background-color: #8000AB; }

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

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

border-color css

<style>
 span { border-color: #8000AB; }

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

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