Html Css Color HEX #800B8C Dark Magenta

📋 copy color: '#800B8C'

red 128 ◦ green 11 ◦ blue 140

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

Shades of Dark Magenta #800B8C

Tints of Dark Magenta #800B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.18%

R = 45.88%
G = 3.94%
B = 50.18%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#800B8C (or 0x800B8C) is known color: Dark Magenta. HEX triplet: 80, 0B and 8C. RGB value is (128,11,140). Sum of RGB (Red+Green+Blue) = 128+11+140=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #800B8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800B8C is #7FF473. Grayscale: #3C3C3C. Windows color (decimal): -8385652 or 9177984. OLE color: 9177984.

HSL color Cylindrical-coordinate representation of color #800B8C: hue angle of 294.42º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800B8C is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 11 140 -
CMYK 0.09 0.92 0 0.45
HSL 294.42º 0.85% 0.3% -
HSV(B) 294.42º 0.92% 0.55% -
XYZ 13.76 6.72 25.38 -
YUV 60.69 172.76 176.01 -
System Red Green Blue C M Y K H S L
Decimal 128 11 140 0.09 0.92 0 0.45 294.42 0.85 0.3
Hex 80 B 8C 9 5C 0 2D 126 55 1E
Octal 200 13 214 11 134 0 55 446 125 36
Binary 10000000 1011 10001100 1001 1011100 0 101101 100100110 1010101 11110

Color Harmonies of #800B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800B8C

Black with #800B8C

Text Example


Text Example

White with #800B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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