#812982

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

Shades of Dark Purple #812982

Tints of Dark Purple #812982

Color information

#812982 (or 0x812982) is unknown color: approx Dark Purple. HEX triplet: 81, 29 and 82. RGB value is (129,41,130). Sum of RGB (Red+Green+Blue) = 129+41+130=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #812982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812982 is #7ED67D. Grayscale: #4D4D4D. Windows color (decimal): -8312446 or 8530305. OLE color: 8530305.

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

Color convert

RGB12941130-
CMYK0.010.6800.49
HSL299.33º52.05%33.53%-
HSV(B)299.33º68.46%50.98%-
XYZ13.887.8621.91-
YUV77.46157.65164.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43%
GREEN value IS 41 (16.41% from 255) = 13.67%
BLUE value IS 130 (51.17% from 255) = 43.33%
R=43%
G=13.67%
B=43.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129411300.010.6800.49299.3352.0533.53
Hex81298214403112b3422
Octal2015120211040614536442
Binary1000000110100110000010110001000110001100101011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812982; }

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

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

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

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

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

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

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

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