Html Css Color HEX #800BAD Dark Magenta

📋 copy color: '#800BAD'

red 128 ◦ green 11 ◦ blue 173

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

Shades of Dark Magenta #800BAD

Tints of Dark Magenta #800BAD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.53%

 BLUE value IS 173 (67.97% from 255) = 55.45%

R = 41.03%
G = 3.53%
B = 55.45%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#800BAD (or 0x800BAD) is known color: Dark Magenta. HEX triplet: 80, 0B and AD. RGB value is (128,11,173). Sum of RGB (Red+Green+Blue) = 128+11+173=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #800BAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800BAD is #7FF452. Grayscale: #3F3F3F. Windows color (decimal): -8385619 or 11340672. OLE color: 11340672.

HSL color Cylindrical-coordinate representation of color #800BAD: hue angle of 283.33º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800BAD is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 11 173 -
CMYK 0.26 0.94 0 0.32
HSL 283.33º 0.88% 0.36% -
HSV(B) 283.33º 0.94% 0.68% -
XYZ 16.56 7.85 40.18 -
YUV 64.45 189.26 173.33 -
System Red Green Blue C M Y K H S L
Decimal 128 11 173 0.26 0.94 0 0.32 283.33 0.88 0.36
Hex 80 B AD 1A 5E 0 20 11B 58 24
Octal 200 13 255 32 136 0 40 433 130 44
Binary 10000000 1011 10101101 11010 1011110 0 100000 100011011 1011000 100100

Color Harmonies of #800BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800BAD

Black with #800BAD

Text Example


Text Example

White with #800BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,11,173); }

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

background-color css

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

 a { background-color: rgb(128,11,173); }

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

border-color css

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

 span { border-color: rgb(128,11,173); }

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