Html Css Color HEX #80166D Dark Purple

📋 copy color: '#80166D'

red 128 ◦ green 22 ◦ blue 109

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

Shades of Dark Purple #80166D

Tints of Dark Purple #80166D

RGB

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

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

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

R = 49.42%
G = 8.49%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80166D (or 0x80166D) is known color: Dark Purple. HEX triplet: 80, 16 and 6D. RGB value is (128,22,109). Sum of RGB (Red+Green+Blue) = 128+22+109=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80166D is #7FE992. Grayscale: #3F3F3F. Windows color (decimal): -8382867 or 7149184. OLE color: 7149184.

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

Color convert

RGB 128 22 109 -
CMYK 0 0.83 0.15 0.50
HSL 310.75º 0.71% 0.29% -
HSV(B) 310.75º 0.83% 0.5% -
XYZ 11.95 6.27 15.05 -
YUV 63.61 153.62 173.93 -
System Red Green Blue C M Y K H S L
Decimal 128 22 109 0 0.83 0.15 0.50 310.75 0.71 0.29
Hex 80 16 6D 0 53 F 32 137 47 1D
Octal 200 26 155 0 123 17 62 467 107 35
Binary 10000000 10110 1101101 0 1010011 1111 110010 100110111 1000111 11101

Color Harmonies of #80166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80166D

Black with #80166D

Text Example


Text Example

White with #80166D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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