Html Css Color HEX #80116D Dark Purple

📋 copy color: '#80116D'

red 128 ◦ green 17 ◦ blue 109

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

Shades of Dark Purple #80116D

Tints of Dark Purple #80116D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.69%

 BLUE value IS 109 (42.97% from 255) = 42.91%

R = 50.39%
G = 6.69%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80116D (or 0x80116D) is known color: Dark Purple. HEX triplet: 80, 11 and 6D. RGB value is (128,17,109). Sum of RGB (Red+Green+Blue) = 128+17+109=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #80116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80116D is #7FEE92. Grayscale: #3C3C3C. Windows color (decimal): -8384147 or 7147904. OLE color: 7147904.

HSL color Cylindrical-coordinate representation of color #80116D: hue angle of 310.27º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80116D is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 17 109 -
CMYK 0 0.87 0.15 0.50
HSL 310.27º 0.77% 0.28% -
HSV(B) 310.27º 0.87% 0.5% -
XYZ 11.86 6.09 15.02 -
YUV 60.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 128 17 109 0 0.87 0.15 0.50 310.27 0.77 0.28
Hex 80 11 6D 0 57 F 32 136 4D 1C
Octal 200 21 155 0 127 17 62 466 115 34
Binary 10000000 10001 1101101 0 1010111 1111 110010 100110110 1001101 11100

Color Harmonies of #80116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80116D

Black with #80116D

Text Example


Text Example

White with #80116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,17,109); }

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

background-color css

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

 a { background-color: rgb(128,17,109); }

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

border-color css

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

 span { border-color: rgb(128,17,109); }

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