#81196E

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

Shades of Dark Purple #81196E

Tints of Dark Purple #81196E

Color information

#81196E (or 0x81196E) is unknown color: approx Dark Purple. HEX triplet: 81, 19 and 6E. RGB value is (129,25,110). Sum of RGB (Red+Green+Blue) = 129+25+110=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #81196E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81196E is #7EE691. Grayscale: #414141. Windows color (decimal): -8316562 or 7215489. OLE color: 7215489.

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

Color convert

RGB12925110-
CMYK00.810.150.49
HSL310.96º67.53%30.2%-
HSV(B)310.96º80.62%50.59%-
XYZ12.226.4915.36-
YUV65.79152.96173.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.86%
GREEN value IS 25 (10.16% from 255) = 9.47%
BLUE value IS 110 (43.36% from 255) = 41.67%
R=48.86%
G=9.47%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292511000.810.150.49310.9667.5330.2
Hex81196E051F31137441e
Octal201311560121176146710436
Binary10000001110011101110010100011111110001100110111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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