Html Css Color HEX #80106F Dark Purple

📋 copy color: '#80106F'

red 128 ◦ green 16 ◦ blue 111

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

Shades of Dark Purple #80106F

Tints of Dark Purple #80106F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.53%

R = 50.2%
G = 6.27%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80106F (or 0x80106F) is known color: Dark Purple. HEX triplet: 80, 10 and 6F. RGB value is (128,16,111). Sum of RGB (Red+Green+Blue) = 128+16+111=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80106F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80106F is #7FEF90. Grayscale: #3C3C3C. Windows color (decimal): -8384401 or 7278720. OLE color: 7278720.

HSL color Cylindrical-coordinate representation of color #80106F: hue angle of 309.11º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80106F is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 16 111 -
CMYK 0 0.88 0.13 0.50
HSL 309.11º 0.78% 0.28% -
HSV(B) 309.11º 0.88% 0.5% -
XYZ 11.96 6.11 15.59 -
YUV 60.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 128 16 111 0 0.88 0.13 0.50 309.11 0.78 0.28
Hex 80 10 6F 0 58 D 32 135 4E 1C
Octal 200 20 157 0 130 15 62 465 116 34
Binary 10000000 10000 1101111 0 1011000 1101 110010 100110101 1001110 11100

Color Harmonies of #80106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80106F

Black with #80106F

Text Example


Text Example

White with #80106F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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