#811882

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

Shades of Dark Purple #811882

Tints of Dark Purple #811882

Color information

#811882 (or 0x811882) is unknown color: approx Dark Purple. HEX triplet: 81, 18 and 82. RGB value is (129,24,130). Sum of RGB (Red+Green+Blue) = 129+24+130=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #811882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811882 is #7EE77D. Grayscale: #434343. Windows color (decimal): -8316798 or 8525953. OLE color: 8525953.

HSL color Cylindrical-coordinate representation of color #811882: hue angle of 299.43º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #811882 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12924130-
CMYK0.010.8200.49
HSL299.43º68.83%30.2%-
HSV(B)299.43º81.54%50.98%-
XYZ13.416.9321.75-
YUV67.48163.29171.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.58%
GREEN value IS 24 (9.77% from 255) = 8.48%
BLUE value IS 130 (51.17% from 255) = 45.94%
R=45.58%
G=8.48%
B=45.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129241300.010.8200.49299.4368.8330.2
Hex81188215203112b451e
Octal20130202112206145310536
Binary100000011100010000010110100100110001100101011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811882; }

 p { color: rgb(129,24,130); }

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

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

 a { background-color: rgb(129,24,130); }

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

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

 span { border-color: rgb(129,24,130); }

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