Html Css Color HEX #800B9C Dark Magenta

📋 copy color: '#800B9C'

red 128 ◦ green 11 ◦ blue 156

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

Shades of Dark Magenta #800B9C

Tints of Dark Magenta #800B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52.88%

R = 43.39%
G = 3.73%
B = 52.88%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#800B9C (or 0x800B9C) is known color: Dark Magenta. HEX triplet: 80, 0B and 9C. RGB value is (128,11,156). Sum of RGB (Red+Green+Blue) = 128+11+156=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #800B9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800B9C is #7FF463. Grayscale: #3E3E3E. Windows color (decimal): -8385636 or 10226560. OLE color: 10226560.

HSL color Cylindrical-coordinate representation of color #800B9C: hue angle of 288.41º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800B9C is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 11 156 -
CMYK 0.18 0.93 0 0.39
HSL 288.41º 0.87% 0.33% -
HSV(B) 288.41º 0.93% 0.61% -
XYZ 15.02 7.23 32.06 -
YUV 62.51 180.76 174.71 -
System Red Green Blue C M Y K H S L
Decimal 128 11 156 0.18 0.93 0 0.39 288.41 0.87 0.33
Hex 80 B 9C 12 5D 0 27 120 57 21
Octal 200 13 234 22 135 0 47 440 127 41
Binary 10000000 1011 10011100 10010 1011101 0 100111 100100000 1010111 100001

Color Harmonies of #800B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800B9C

Black with #800B9C

Text Example


Text Example

White with #800B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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