#801E83

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

Shades of Dark Purple #801E83

Tints of Dark Purple #801E83

Color information

#801E83 (or 0x801E83) is unknown color: approx Dark Purple. HEX triplet: 80, 1E and 83. RGB value is (128,30,131). Sum of RGB (Red+Green+Blue) = 128+30+131=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #801E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801E83 is #7FE17C. Grayscale: #464646. Windows color (decimal): -8380797 or 8593024. OLE color: 8593024.

HSL color Cylindrical-coordinate representation of color #801E83: hue angle of 298.22º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #801E83 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12830131-
CMYK0.020.7700.49
HSL298.22º62.73%31.57%-
HSV(B)298.22º77.1%51.37%-
XYZ13.467.1622.14-
YUV70.82161.97168.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.29%
GREEN value IS 30 (12.11% from 255) = 10.38%
BLUE value IS 131 (51.56% from 255) = 45.33%
R=44.29%
G=10.38%
B=45.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128301310.020.7700.49298.2262.7331.57
Hex801E8324D03112a3f20
Octal2003620321150614527740
Binary1000000011110100000111010011010110001100101010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,30,131); }

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

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

 a { background-color: rgb(128,30,131); }

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

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

 span { border-color: rgb(128,30,131); }

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