#80186B

Color #80186B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #80186B

Tints of Dark Purple #80186B

Color information

#80186B (or 0x80186B) is unknown color: approx Dark Purple. HEX triplet: 80, 18 and 6B. RGB value is (128,24,107). Sum of RGB (Red+Green+Blue) = 128+24+107=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 107 (42.19% from 255 or 41.31% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80186B is #7FE794. Grayscale: #404040. Windows color (decimal): -8382357 or 7018624. OLE color: 7018624.

HSL color Cylindrical-coordinate representation of color #80186B: hue angle of 312.12º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80186B is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB12824107-
CMYK00.810.160.50
HSL312.12º68.42%29.8%-
HSV(B)312.12º81.25%50.2%-
XYZ11.886.314.5-
YUV64.56151.96173.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.42%
GREEN value IS 24 (9.77% from 255) = 9.27%
BLUE value IS 107 (42.19% from 255) = 41.31%
R=49.42%
G=9.27%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1282410700.810.160.50312.1268.4229.8
Hex80186B0511032138441e
Octal200301530121206247010436
Binary100000001100011010110101000110000110010100111000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80186B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80186B;
 }
 .AnyTagClassName
 {
   color: #80186B;
 }
</style>
background-color css

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

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

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

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

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

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