#81386E

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

Shades of Dark Purple #81386E

Tints of Dark Purple #81386E

Color information

#81386E (or 0x81386E) is unknown color: approx Dark Purple. HEX triplet: 81, 38 and 6E. RGB value is (129,56,110). Sum of RGB (Red+Green+Blue) = 129+56+110=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #81386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81386E is #7EC791. Grayscale: #535353. Windows color (decimal): -8308626 or 7223425. OLE color: 7223425.

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

Color convert

RGB12956110-
CMYK00.570.150.49
HSL315.62º39.46%36.27%-
HSV(B)315.62º56.59%50.59%-
XYZ13.288.6215.72-
YUV83.98142.68160.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 56 (22.27% from 255) = 18.98%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=43.73%
G=18.98%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295611000.570.150.49315.6239.4636.27
Hex81386E039F3113c2724
Octal2017015607117614744744
Binary10000001111000110111001110011111110001100111100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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