Html Css Color HEX #80166B Dark Purple

📋 copy color: '#80166B'

red 128 ◦ green 22 ◦ blue 107

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

Shades of Dark Purple #80166B

Tints of Dark Purple #80166B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.63%

R = 49.81%
G = 8.56%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80166B (or 0x80166B) is known color: Dark Purple. HEX triplet: 80, 16 and 6B. RGB value is (128,22,107). Sum of RGB (Red+Green+Blue) = 128+22+107=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #80166B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80166B is #7FE994. Grayscale: #3F3F3F. Windows color (decimal): -8382869 or 7018112. OLE color: 7018112.

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

Color convert

RGB 128 22 107 -
CMYK 0 0.83 0.16 0.50
HSL 311.89º 0.71% 0.29% -
HSV(B) 311.89º 0.83% 0.5% -
XYZ 11.84 6.22 14.49 -
YUV 63.38 152.62 174.09 -
System Red Green Blue C M Y K H S L
Decimal 128 22 107 0 0.83 0.16 0.50 311.89 0.71 0.29
Hex 80 16 6B 0 53 10 32 138 47 1D
Octal 200 26 153 0 123 20 62 470 107 35
Binary 10000000 10110 1101011 0 1010011 10000 110010 100111000 1000111 11101

Color Harmonies of #80166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80166B

Black with #80166B

Text Example


Text Example

White with #80166B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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