Html Css Color HEX #80106C Dark Purple

📋 copy color: '#80106C'

red 128 ◦ green 16 ◦ blue 108

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

Shades of Dark Purple #80106C

Tints of Dark Purple #80106C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.86%

R = 50.79%
G = 6.35%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80106C (or 0x80106C) is known color: Dark Purple. HEX triplet: 80, 10 and 6C. RGB value is (128,16,108). Sum of RGB (Red+Green+Blue) = 128+16+108=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #80106C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80106C is #7FEF93. Grayscale: #3B3B3B. Windows color (decimal): -8384404 or 7082112. OLE color: 7082112.

HSL color Cylindrical-coordinate representation of color #80106C: hue angle of 310.71º 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 #80106C is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 16 108 -
CMYK 0 0.88 0.16 0.50
HSL 310.71º 0.78% 0.28% -
HSV(B) 310.71º 0.88% 0.5% -
XYZ 11.79 6.04 14.73 -
YUV 59.98 155.11 176.52 -
System Red Green Blue C M Y K H S L
Decimal 128 16 108 0 0.88 0.16 0.50 310.71 0.78 0.28
Hex 80 10 6C 0 58 10 32 137 4E 1C
Octal 200 20 154 0 130 20 62 467 116 34
Binary 10000000 10000 1101100 0 1011000 10000 110010 100110111 1001110 11100

Color Harmonies of #80106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80106C

Black with #80106C

Text Example


Text Example

White with #80106C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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