#81386B

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

Shades of Dark Purple #81386B

Tints of Dark Purple #81386B

Color information

#81386B (or 0x81386B) is unknown color: approx Dark Purple. HEX triplet: 81, 38 and 6B. RGB value is (129,56,107). Sum of RGB (Red+Green+Blue) = 129+56+107=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #81386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81386B is #7EC794. Grayscale: #535353. Windows color (decimal): -8308629 or 7026817. OLE color: 7026817.

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

Color convert

RGB12956107-
CMYK00.570.170.49
HSL318.08º39.46%36.27%-
HSV(B)318.08º56.59%50.59%-
XYZ13.128.5614.87-
YUV83.64141.18160.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 56 (22.27% from 255) = 19.18%
BLUE value IS 107 (42.19% from 255) = 36.64%
R=44.18%
G=19.18%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295610700.570.170.49318.0839.4636.27
Hex81386B039113113e2724
Octal2017015307121614764744
Binary100000011110001101011011100110001110001100111110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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