#801B83

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

Shades of Dark Purple #801B83

Tints of Dark Purple #801B83

Color information

#801B83 (or 0x801B83) is unknown color: approx Dark Purple. HEX triplet: 80, 1B and 83. RGB value is (128,27,131). Sum of RGB (Red+Green+Blue) = 128+27+131=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #801B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801B83 is #7FE47C. Grayscale: #444444. Windows color (decimal): -8381565 or 8592256. OLE color: 8592256.

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

Color convert

RGB12827131-
CMYK0.020.7900.49
HSL298.27º65.82%30.98%-
HSV(B)298.27º79.39%51.37%-
XYZ13.397.0122.12-
YUV69.05162.96170.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.76%
GREEN value IS 27 (10.94% from 255) = 9.44%
BLUE value IS 131 (51.56% from 255) = 45.80%
R=44.76%
G=9.44%
B=45.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128271310.020.7900.49298.2765.8230.98
Hex801B8324F03112a421f
Octal20033203211706145210237
Binary1000000011011100000111010011110110001100101010100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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