#812182

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

Shades of Dark Purple #812182

Tints of Dark Purple #812182

Color information

#812182 (or 0x812182) is unknown color: approx Dark Purple. HEX triplet: 81, 21 and 82. RGB value is (129,33,130). Sum of RGB (Red+Green+Blue) = 129+33+130=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #812182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812182 is #7EDE7D. Grayscale: #484848. Windows color (decimal): -8314494 or 8528257. OLE color: 8528257.

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

Color convert

RGB12933130-
CMYK0.010.7500.49
HSL299.38º59.51%31.96%-
HSV(B)299.38º74.62%50.98%-
XYZ13.637.3721.82-
YUV72.76160.3168.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 33 (13.28% from 255) = 11.30%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=44.18%
G=11.30%
B=44.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129331300.010.7500.49299.3859.5131.96
Hex81218214B03112b3c20
Octal2014120211130614537440
Binary1000000110000110000010110010110110001100101011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812182; }

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

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

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

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

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

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

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

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