#802186

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

Shades of Dark Purple #802186

Tints of Dark Purple #802186

Color information

#802186 (or 0x802186) is unknown color: approx Dark Purple. HEX triplet: 80, 21 and 86. RGB value is (128,33,134). Sum of RGB (Red+Green+Blue) = 128+33+134=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #802186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802186 is #7FDE79. Grayscale: #484848. Windows color (decimal): -8380026 or 8790400. OLE color: 8790400.

HSL color Cylindrical-coordinate representation of color #802186: hue angle of 296.44º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802186 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12833134-
CMYK0.040.7500.47
HSL296.44º60.48%32.75%-
HSV(B)296.44º75.37%52.55%-
XYZ13.757.423.26-
YUV72.92162.47167.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.39%
GREEN value IS 33 (13.28% from 255) = 11.19%
BLUE value IS 134 (52.73% from 255) = 45.42%
R=43.39%
G=11.19%
B=45.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal128331340.040.7500.47296.4460.4832.75
Hex80218644B02F1283c21
Octal2004120641130574507441
Binary100000001000011000011010010010110101111100101000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802186; }

 p { color: rgb(128,33,134); }

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

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

 a { background-color: rgb(128,33,134); }

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

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

 span { border-color: rgb(128,33,134); }

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