#811884

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

Shades of Dark Purple #811884

Tints of Dark Purple #811884

Color information

#811884 (or 0x811884) is unknown color: approx Dark Purple. HEX triplet: 81, 18 and 84. RGB value is (129,24,132). Sum of RGB (Red+Green+Blue) = 129+24+132=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #811884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811884 is #7EE77B. Grayscale: #434343. Windows color (decimal): -8316796 or 8657025. OLE color: 8657025.

HSL color Cylindrical-coordinate representation of color #811884: hue angle of 298.33º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #811884 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12924132-
CMYK0.020.8200.48
HSL298.33º69.23%30.59%-
HSV(B)298.33º81.82%51.76%-
XYZ13.546.9922.46-
YUV67.71164.29171.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 24 (9.77% from 255) = 8.42%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=45.26%
G=8.42%
B=46.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129241320.020.8200.48298.3369.2330.59
Hex81188425203012a451f
Octal20130204212206045210537
Binary1000000111000100001001010100100110000100101010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811884; }

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

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

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

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

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

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

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

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