#81185E

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

Shades of Dark Purple #81185E

Tints of Dark Purple #81185E

Color information

#81185E (or 0x81185E) is unknown color: approx Dark Purple. HEX triplet: 81, 18 and 5E. RGB value is (129,24,94). Sum of RGB (Red+Green+Blue) = 129+24+94=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #81185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81185E is #7EE7A1. Grayscale: #3F3F3F. Windows color (decimal): -8316834 or 6166657. OLE color: 6166657.

HSL color Cylindrical-coordinate representation of color #81185E: hue angle of 320º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81185E is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1292494-
CMYK00.810.270.49
HSL320º68.63%30%-
HSV(B)320º81.4%50.59%-
XYZ11.46.1311.17-
YUV63.38145.29174.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 94 (37.11% from 255) = 38.06%
R=52.23%
G=9.72%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129249400.810.270.4932068.6330
Hex81185E0511B31140451e
Octal201301360121336150010536
Binary100000011100010111100101000111011110001101000000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81185E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,24,94); }

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

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

 a { background-color: rgb(129,24,94); }

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

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

 span { border-color: rgb(129,24,94); }

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