Html Css Color HEX #80009C Dark Magenta

📋 copy color: '#80009C'

red 128 ◦ green 0 ◦ blue 156

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

Shades of Dark Magenta #80009C

Tints of Dark Magenta #80009C

RGB

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

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

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

R = 45.07%
G = 0%
B = 54.93%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80009C (or 0x80009C) is known color: Dark Magenta. HEX triplet: 80, 00 and 9C. RGB value is (128,0,156). Sum of RGB (Red+Green+Blue) = 128+0+156=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #80009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80009C is #7FFF63. Grayscale: #373737. Windows color (decimal): -8388452 or 10223744. OLE color: 10223744.

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

Color convert

RGB 128 0 156 -
CMYK 0.18 1 0 0.39
HSL 289.23º 1% 0.31% -
HSV(B) 289.23º 1% 0.61% -
XYZ 14.9 6.99 32.02 -
YUV 56.06 184.41 179.32 -
System Red Green Blue C M Y K H S L
Decimal 128 0 156 0.18 1 0 0.39 289.23 1 0.31
Hex 80 0 9C 12 64 0 27 121 64 1F
Octal 200 0 234 22 144 0 47 441 144 37
Binary 10000000 0 10011100 10010 1100100 0 100111 100100001 1100100 11111

Color Harmonies of #80009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80009C

Black with #80009C

Text Example


Text Example

White with #80009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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