#81286A

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

Shades of Dark Purple #81286A

Tints of Dark Purple #81286A

Color information

#81286A (or 0x81286A) is unknown color: approx Dark Purple. HEX triplet: 81, 28 and 6A. RGB value is (129,40,106). Sum of RGB (Red+Green+Blue) = 129+40+106=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #81286A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81286A is #7ED795. Grayscale: #494949. Windows color (decimal): -8312726 or 6957185. OLE color: 6957185.

HSL color Cylindrical-coordinate representation of color #81286A: hue angle of 315.51º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #81286A is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB12940106-
CMYK00.690.180.49
HSL315.51º52.66%33.14%-
HSV(B)315.51º68.99%50.59%-
XYZ12.417.2314.38-
YUV74.13145.99167.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.91%
GREEN value IS 40 (16.02% from 255) = 14.55%
BLUE value IS 106 (41.80% from 255) = 38.55%
R=46.91%
G=14.55%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294010600.690.180.49315.5152.6633.14
Hex81286A045123113c3521
Octal20150152010522614746541
Binary1000000110100011010100100010110010110001100111100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81286A; }

 p { color: rgb(129,40,106); }

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

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

 a { background-color: rgb(129,40,106); }

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

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

 span { border-color: rgb(129,40,106); }

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