#810886

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

Shades of Purple #810886

Tints of Purple #810886

Color information

#810886 (or 0x810886) is unknown color: approx Purple. HEX triplet: 81, 08 and 86. RGB value is (129,8,134). Sum of RGB (Red+Green+Blue) = 129+8+134=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #810886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810886 is #7EF779. Grayscale: #3A3A3A. Windows color (decimal): -8320890 or 8784001. OLE color: 8784001.

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

Color convert

RGB1298134-
CMYK0.040.9400.47
HSL297.62º88.73%27.84%-
HSV(B)297.62º94.03%52.55%-
XYZ13.446.5623.11-
YUV58.54170.59178.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 8 (3.52% from 255) = 2.95%
BLUE value IS 134 (52.73% from 255) = 49.45%
R=47.60%
G=2.95%
B=49.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12981340.040.9400.47297.6288.7327.84
Hex8188645E02F12a591c
Octal20110206413605745213134
Binary1000000110001000011010010111100101111100101010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810886; }

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

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

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

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

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

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

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

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