Html Css Color HEX #80009B Dark Magenta

📋 copy color: '#80009B'

red 128 ◦ green 0 ◦ blue 155

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

Shades of Dark Magenta #80009B

Tints of Dark Magenta #80009B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.77%

R = 45.23%
G = 0%
B = 54.77%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80009B (or 0x80009B) is known color: Dark Magenta. HEX triplet: 80, 00 and 9B. RGB value is (128,0,155). Sum of RGB (Red+Green+Blue) = 128+0+155=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #80009B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80009B is #7FFF64. Grayscale: #373737. Windows color (decimal): -8388453 or 10158208. OLE color: 10158208.

HSL color Cylindrical-coordinate representation of color #80009B: hue angle of 289.55º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80009B is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 0 155 -
CMYK 0.17 1 0 0.39
HSL 289.55º 1% 0.3% -
HSV(B) 289.55º 1% 0.61% -
XYZ 14.82 6.96 31.57 -
YUV 55.94 183.91 179.4 -
System Red Green Blue C M Y K H S L
Decimal 128 0 155 0.17 1 0 0.39 289.55 1 0.3
Hex 80 0 9B 11 64 0 27 122 64 1E
Octal 200 0 233 21 144 0 47 442 144 36
Binary 10000000 0 10011011 10001 1100100 0 100111 100100010 1100100 11110

Color Harmonies of #80009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80009B

Black with #80009B

Text Example


Text Example

White with #80009B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80009B; }

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

 H1.HeaderClassName
 {
   color: #80009B;
 }
 .AnyTagClassName
 {
   color: #80009B;
 }
</style>

background-color css

<style>
 a { background-color: #80009B; }

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

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

border-color css

<style>
 span { border-color: #80009B; }

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

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