Html Css Color HEX #80159C Dark Magenta

📋 copy color: '#80159C'

red 128 ◦ green 21 ◦ blue 156

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

Shades of Dark Magenta #80159C

Tints of Dark Magenta #80159C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.89%

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

R = 41.97%
G = 6.89%
B = 51.15%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80159C (or 0x80159C) is known color: Dark Magenta. HEX triplet: 80, 15 and 9C. RGB value is (128,21,156). Sum of RGB (Red+Green+Blue) = 128+21+156=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #80159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80159C is #7FEA63. Grayscale: #434343. Windows color (decimal): -8383076 or 10229120. OLE color: 10229120.

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

Color convert

RGB 128 21 156 -
CMYK 0.18 0.87 0 0.39
HSL 287.56º 0.76% 0.35% -
HSV(B) 287.56º 0.87% 0.61% -
XYZ 15.17 7.53 32.11 -
YUV 68.38 177.45 170.52 -
System Red Green Blue C M Y K H S L
Decimal 128 21 156 0.18 0.87 0 0.39 287.56 0.76 0.35
Hex 80 15 9C 12 57 0 27 120 4C 23
Octal 200 25 234 22 127 0 47 440 114 43
Binary 10000000 10101 10011100 10010 1010111 0 100111 100100000 1001100 100011

Color Harmonies of #80159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80159C

Black with #80159C

Text Example


Text Example

White with #80159C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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