#801D85

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

Shades of Dark Purple #801D85

Tints of Dark Purple #801D85

Color information

#801D85 (or 0x801D85) is unknown color: approx Dark Purple. HEX triplet: 80, 1D and 85. RGB value is (128,29,133). Sum of RGB (Red+Green+Blue) = 128+29+133=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #801D85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801D85 is #7FE27A. Grayscale: #464646. Windows color (decimal): -8381051 or 8723840. OLE color: 8723840.

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

Color convert

RGB12829133-
CMYK0.040.7800.48
HSL297.12º64.2%31.76%-
HSV(B)297.12º78.2%52.16%-
XYZ13.587.1622.86-
YUV70.46163.3169.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.14%
GREEN value IS 29 (11.72% from 255) = 10%
BLUE value IS 133 (52.34% from 255) = 45.86%
R=44.14%
G=10%
B=45.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128291330.040.7800.48297.1264.231.76
Hex801D8544E0301294020
Octal20035205411606045110040
Binary100000001110110000101100100111001100001001010011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801D85; }

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

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

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

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

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

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

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

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