Html Css Color HEX #80109B Dark Magenta

📋 copy color: '#80109B'

red 128 ◦ green 16 ◦ blue 155

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

Shades of Dark Magenta #80109B

Tints of Dark Magenta #80109B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.35%

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

R = 42.81%
G = 5.35%
B = 51.84%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80109B (or 0x80109B) is known color: Dark Magenta. HEX triplet: 80, 10 and 9B. RGB value is (128,16,155). Sum of RGB (Red+Green+Blue) = 128+16+155=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #80109B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80109B is #7FEF64. Grayscale: #404040. Windows color (decimal): -8384357 or 10162304. OLE color: 10162304.

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

Color convert

RGB 128 16 155 -
CMYK 0.17 0.90 0 0.39
HSL 288.35º 0.81% 0.34% -
HSV(B) 288.35º 0.9% 0.61% -
XYZ 15 7.33 31.63 -
YUV 65.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 128 16 155 0.17 0.90 0 0.39 288.35 0.81 0.34
Hex 80 10 9B 11 5A 0 27 120 51 22
Octal 200 20 233 21 132 0 47 440 121 42
Binary 10000000 10000 10011011 10001 1011010 0 100111 100100000 1010001 100010

Color Harmonies of #80109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80109B

Black with #80109B

Text Example


Text Example

White with #80109B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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