#80186A

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

Shades of Dark Purple #80186A

Tints of Dark Purple #80186A

Color information

#80186A (or 0x80186A) is unknown color: approx Dark Purple. HEX triplet: 80, 18 and 6A. RGB value is (128,24,106). Sum of RGB (Red+Green+Blue) = 128+24+106=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80186A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80186A is #7FE795. Grayscale: #404040. Windows color (decimal): -8382358 or 6953088. OLE color: 6953088.

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

Color convert

RGB12824106-
CMYK00.810.170.50
HSL312.69º68.42%29.8%-
HSV(B)312.69º81.25%50.2%-
XYZ11.836.2814.22-
YUV64.44151.46173.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.61%
GREEN value IS 24 (9.77% from 255) = 9.30%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=49.61%
G=9.30%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1282410600.810.170.50312.6968.4229.8
Hex80186A0511132139441e
Octal200301520121216247110436
Binary100000001100011010100101000110001110010100111001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80186A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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