Html Css Color HEX #80166A Dark Purple

📋 copy color: '#80166A'

red 128 ◦ green 22 ◦ blue 106

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

Shades of Dark Purple #80166A

Tints of Dark Purple #80166A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.41%

R = 50%
G = 8.59%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#80166A (or 0x80166A) is known color: Dark Purple. HEX triplet: 80, 16 and 6A. RGB value is (128,22,106). Sum of RGB (Red+Green+Blue) = 128+22+106=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80166A is #7FE995. Grayscale: #3F3F3F. Windows color (decimal): -8382870 or 6952576. OLE color: 6952576.

HSL color Cylindrical-coordinate representation of color #80166A: hue angle of 312.45º 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 #80166A is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 22 106 -
CMYK 0 0.83 0.17 0.50
HSL 312.45º 0.71% 0.29% -
HSV(B) 312.45º 0.83% 0.5% -
XYZ 11.79 6.2 14.21 -
YUV 63.27 152.12 174.17 -
System Red Green Blue C M Y K H S L
Decimal 128 22 106 0 0.83 0.17 0.50 312.45 0.71 0.29
Hex 80 16 6A 0 53 11 32 138 47 1D
Octal 200 26 152 0 123 21 62 470 107 35
Binary 10000000 10110 1101010 0 1010011 10001 110010 100111000 1000111 11101

Color Harmonies of #80166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80166A

Black with #80166A

Text Example


Text Example

White with #80166A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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