#82188D

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

Shades of Dark Magenta #82188D

Tints of Dark Magenta #82188D

Color information

#82188D (or 0x82188D) is unknown color: approx Dark Magenta. HEX triplet: 82, 18 and 8D. RGB value is (130,24,141). Sum of RGB (Red+Green+Blue) = 130+24+141=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #82188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82188D is #7DE772. Grayscale: #444444. Windows color (decimal): -8251251 or 9246850. OLE color: 9246850.

HSL color Cylindrical-coordinate representation of color #82188D: hue angle of 294.36º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #82188D is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13024141-
CMYK0.080.8300.45
HSL294.36º70.91%32.35%-
HSV(B)294.36º82.98%55.29%-
XYZ14.347.3225.86-
YUV69.03168.62171.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 24 (9.77% from 255) = 8.14%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=44.07%
G=8.14%
B=47.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130241410.080.8300.45294.3670.9132.35
Hex82188D85302D1264720
Octal202302151012305544610740
Binary1000001011000100011011000101001101011011001001101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82188D; }

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

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

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

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

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

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

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

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