#81386D

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

Shades of Dark Purple #81386D

Tints of Dark Purple #81386D

Color information

#81386D (or 0x81386D) is unknown color: approx Dark Purple. HEX triplet: 81, 38 and 6D. RGB value is (129,56,109). Sum of RGB (Red+Green+Blue) = 129+56+109=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #81386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81386D is #7EC792. Grayscale: #535353. Windows color (decimal): -8308627 or 7157889. OLE color: 7157889.

HSL color Cylindrical-coordinate representation of color #81386D: hue angle of 316.44º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81386D is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB12956109-
CMYK00.570.160.49
HSL316.44º39.46%36.27%-
HSV(B)316.44º56.59%50.59%-
XYZ13.238.615.43-
YUV83.87142.18160.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.88%
GREEN value IS 56 (22.27% from 255) = 19.05%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=43.88%
G=19.05%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295610900.570.160.49316.4439.4636.27
Hex81386D039103113c2724
Octal2017015507120614744744
Binary100000011110001101101011100110000110001100111100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81386D; }

 p { color: rgb(129,56,109); }

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

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

 a { background-color: rgb(129,56,109); }

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

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

 span { border-color: rgb(129,56,109); }

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