Html Css Color HEX #80169D Dark Magenta

📋 copy color: '#80169D'

red 128 ◦ green 22 ◦ blue 157

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

Shades of Dark Magenta #80169D

Tints of Dark Magenta #80169D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.17%

 BLUE value IS 157 (61.72% from 255) = 51.14%

R = 41.69%
G = 7.17%
B = 51.14%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80169D (or 0x80169D) is known color: Dark Magenta. HEX triplet: 80, 16 and 9D. RGB value is (128,22,157). Sum of RGB (Red+Green+Blue) = 128+22+157=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #80169D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80169D is #7FE962. Grayscale: #444444. Windows color (decimal): -8382819 or 10294912. OLE color: 10294912.

HSL color Cylindrical-coordinate representation of color #80169D: hue angle of 287.11º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80169D is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 22 157 -
CMYK 0.18 0.86 0 0.38
HSL 287.11º 0.75% 0.35% -
HSV(B) 287.11º 0.86% 0.62% -
XYZ 15.27 7.6 32.56 -
YUV 69.08 177.62 170.02 -
System Red Green Blue C M Y K H S L
Decimal 128 22 157 0.18 0.86 0 0.38 287.11 0.75 0.35
Hex 80 16 9D 12 56 0 26 11F 4B 23
Octal 200 26 235 22 126 0 46 437 113 43
Binary 10000000 10110 10011101 10010 1010110 0 100110 100011111 1001011 100011

Color Harmonies of #80169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80169D

Black with #80169D

Text Example


Text Example

White with #80169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80169D; }

 p { color: rgb(128,22,157); }

 H1.HeaderClassName
 {
   color: #80169D;
 }
 .AnyTagClassName
 {
   color: #80169D;
 }
</style>

background-color css

<style>
 a { background-color: #80169D; }

 a { background-color: rgb(128,22,157); }

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

border-color css

<style>
 span { border-color: #80169D; }

 span { border-color: rgb(128,22,157); }

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