Html Css Color HEX #80159F Dark Magenta

📋 copy color: '#80159F'

red 128 ◦ green 21 ◦ blue 159

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

Shades of Dark Magenta #80159F

Tints of Dark Magenta #80159F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.62%

R = 41.56%
G = 6.82%
B = 51.62%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80159F (or 0x80159F) is known color: Dark Magenta. HEX triplet: 80, 15 and 9F. RGB value is (128,21,159). Sum of RGB (Red+Green+Blue) = 128+21+159=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #80159F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80159F is #7FEA60. Grayscale: #444444. Windows color (decimal): -8383073 or 10425728. OLE color: 10425728.

HSL color Cylindrical-coordinate representation of color #80159F: hue angle of 286.52º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80159F is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 21 159 -
CMYK 0.19 0.87 0 0.38
HSL 286.52º 0.77% 0.35% -
HSV(B) 286.52º 0.87% 0.62% -
XYZ 15.43 7.63 33.46 -
YUV 68.73 178.95 170.28 -
System Red Green Blue C M Y K H S L
Decimal 128 21 159 0.19 0.87 0 0.38 286.52 0.77 0.35
Hex 80 15 9F 13 57 0 26 11F 4D 23
Octal 200 25 237 23 127 0 46 437 115 43
Binary 10000000 10101 10011111 10011 1010111 0 100110 100011111 1001101 100011

Color Harmonies of #80159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80159F

Black with #80159F

Text Example


Text Example

White with #80159F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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