#812486

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

Shades of Dark Purple #812486

Tints of Dark Purple #812486

Color information

#812486 (or 0x812486) is unknown color: approx Dark Purple. HEX triplet: 81, 24 and 86. RGB value is (129,36,134). Sum of RGB (Red+Green+Blue) = 129+36+134=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #812486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812486 is #7EDB79. Grayscale: #4A4A4A. Windows color (decimal): -8313722 or 8791169. OLE color: 8791169.

HSL color Cylindrical-coordinate representation of color #812486: hue angle of 296.94º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #812486 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12936134-
CMYK0.040.7300.47
HSL296.94º57.65%33.33%-
HSV(B)296.94º73.13%52.55%-
XYZ13.997.6523.29-
YUV74.98161.31166.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.14%
GREEN value IS 36 (14.45% from 255) = 12.04%
BLUE value IS 134 (52.73% from 255) = 44.82%
R=43.14%
G=12.04%
B=44.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129361340.040.7300.47296.9457.6533.33
Hex81248644902F1293a21
Octal2014420641110574517241
Binary100000011001001000011010010010010101111100101001111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812486; }

 p { color: rgb(129,36,134); }

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

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

 a { background-color: rgb(129,36,134); }

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

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

 span { border-color: rgb(129,36,134); }

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