#81155E

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

Shades of Dark Purple #81155E

Tints of Dark Purple #81155E

Color information

#81155E (or 0x81155E) is unknown color: approx Dark Purple. HEX triplet: 81, 15 and 5E. RGB value is (129,21,94). Sum of RGB (Red+Green+Blue) = 129+21+94=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 94 (37.11% from 255 or 38.52% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #81155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81155E is #7EEAA1. Grayscale: #3D3D3D. Windows color (decimal): -8317602 or 6165889. OLE color: 6165889.

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

Color convert

RGB1292194-
CMYK00.840.270.49
HSL319.44º72%29.41%-
HSV(B)319.44º83.72%50.59%-
XYZ11.346.0111.15-
YUV61.61146.28176.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.87%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 94 (37.11% from 255) = 38.52%
R=52.87%
G=8.61%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129219400.840.270.49319.447229.41
Hex81155E0541B3113f481d
Octal201251360124336147711035
Binary100000011010110111100101010011011110001100111111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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