#802085

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

Shades of Dark Purple #802085

Tints of Dark Purple #802085

Color information

#802085 (or 0x802085) is unknown color: approx Dark Purple. HEX triplet: 80, 20 and 85. RGB value is (128,32,133). Sum of RGB (Red+Green+Blue) = 128+32+133=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #802085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802085 is #7FDF7A. Grayscale: #474747. Windows color (decimal): -8380283 or 8724608. OLE color: 8724608.

HSL color Cylindrical-coordinate representation of color #802085: hue angle of 297.03º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802085 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12832133-
CMYK0.040.7600.48
HSL297.03º61.21%32.35%-
HSV(B)297.03º75.94%52.16%-
XYZ13.657.3222.88-
YUV72.22162.3167.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.69%
GREEN value IS 32 (12.89% from 255) = 10.92%
BLUE value IS 133 (52.34% from 255) = 45.39%
R=43.69%
G=10.92%
B=45.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128321330.040.7600.48297.0361.2132.35
Hex80208544C0301293d20
Octal2004020541140604517540
Binary100000001000001000010110010011000110000100101001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802085; }

 p { color: rgb(128,32,133); }

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

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

 a { background-color: rgb(128,32,133); }

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

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

 span { border-color: rgb(128,32,133); }

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