#82118C

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

Shades of Dark Magenta #82118C

Tints of Dark Magenta #82118C

Color information

#82118C (or 0x82118C) is unknown color: approx Dark Magenta. HEX triplet: 82, 11 and 8C. RGB value is (130,17,140). Sum of RGB (Red+Green+Blue) = 130+17+140=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #82118C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82118C is #7DEE73. Grayscale: #404040. Windows color (decimal): -8253044 or 9179522. OLE color: 9179522.

HSL color Cylindrical-coordinate representation of color #82118C: hue angle of 295.12º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82118C is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13017140-
CMYK0.070.8800.45
HSL295.12º78.34%30.78%-
HSV(B)295.12º87.86%54.9%-
XYZ14.147.0425.42-
YUV64.81170.44174.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.30%
GREEN value IS 17 (7.03% from 255) = 5.92%
BLUE value IS 140 (55.08% from 255) = 48.78%
R=45.30%
G=5.92%
B=48.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130171400.070.8800.45295.1278.3430.78
Hex82118C75802D1274e1f
Octal20221214713005544711637
Binary10000010100011000110011110110000101101100100111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82118C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82118C; }

 p { color: rgb(130,17,140); }

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

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

 a { background-color: rgb(130,17,140); }

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

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

 span { border-color: rgb(130,17,140); }

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