#81386F

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

Shades of Dark Purple #81386F

Tints of Dark Purple #81386F

Color information

#81386F (or 0x81386F) is unknown color: approx Dark Purple. HEX triplet: 81, 38 and 6F. RGB value is (129,56,111). Sum of RGB (Red+Green+Blue) = 129+56+111=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #81386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81386F is #7EC790. Grayscale: #535353. Windows color (decimal): -8308625 or 7288961. OLE color: 7288961.

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

Color convert

RGB12956111-
CMYK00.570.140.49
HSL314.79º39.46%36.27%-
HSV(B)314.79º56.59%50.59%-
XYZ13.348.6416-
YUV84.1143.18160.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.58%
GREEN value IS 56 (22.27% from 255) = 18.92%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=43.58%
G=18.92%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295611100.570.140.49314.7939.4636.27
Hex81386F039E3113b2724
Octal2017015707116614734744
Binary10000001111000110111101110011110110001100111011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81386F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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