#81386C

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

Shades of Dark Purple #81386C

Tints of Dark Purple #81386C

Color information

#81386C (or 0x81386C) is unknown color: approx Dark Purple. HEX triplet: 81, 38 and 6C. RGB value is (129,56,108). Sum of RGB (Red+Green+Blue) = 129+56+108=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #81386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81386C is #7EC793. Grayscale: #535353. Windows color (decimal): -8308628 or 7092353. OLE color: 7092353.

HSL color Cylindrical-coordinate representation of color #81386C: hue angle of 317.26º 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 #81386C is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB12956108-
CMYK00.570.160.49
HSL317.26º39.46%36.27%-
HSV(B)317.26º56.59%50.59%-
XYZ13.178.5815.15-
YUV83.76141.68160.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.03%
GREEN value IS 56 (22.27% from 255) = 19.11%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=44.03%
G=19.11%
B=36.86%

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
Decimal1295610800.570.160.49317.2639.4636.27
Hex81386C039103113d2724
Octal2017015407120614754744
Binary100000011110001101100011100110000110001100111101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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