Html Css Color HEX #82109D Dark Magenta

📋 copy color: '#82109D'

red 130 ◦ green 16 ◦ blue 157

#82109D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #82109D

Tints of Dark Magenta #82109D

RGB

 RED value IS 130 (51.17% from 255) = 42.9%

 GREEN value IS 16 (6.64% from 255) = 5.28%

 BLUE value IS 157 (61.72% from 255) = 51.82%

R = 42.9%
G = 5.28%
B = 51.82%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82109D (or 0x82109D) is known color: Dark Magenta. HEX triplet: 82, 10 and 9D. RGB value is (130,16,157). Sum of RGB (Red+Green+Blue) = 130+16+157=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #82109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82109D is #7DEF62. Grayscale: #414141. Windows color (decimal): -8253283 or 10293378. OLE color: 10293378.

HSL color Cylindrical-coordinate representation of color #82109D: hue angle of 288.51º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82109D is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 16 157 -
CMYK 0.17 0.90 0 0.38
HSL 288.51º 0.82% 0.34% -
HSV(B) 288.51º 0.9% 0.62% -
XYZ 15.48 7.55 32.54 -
YUV 66.16 179.27 173.54 -
System Red Green Blue C M Y K H S L
Decimal 130 16 157 0.17 0.90 0 0.38 288.51 0.82 0.34
Hex 82 10 9D 11 5A 0 26 121 52 22
Octal 202 20 235 21 132 0 46 441 122 42
Binary 10000010 10000 10011101 10001 1011010 0 100110 100100001 1010010 100010

Color Harmonies of #82109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82109D

Black with #82109D

Text Example


Text Example

White with #82109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,16,157); }

 H1.HeaderClassName
 {
   color: #82109D;
 }
 .AnyTagClassName
 {
   color: #82109D;
 }
</style>

background-color css

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

 a { background-color: rgb(130,16,157); }

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

border-color css

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

 span { border-color: rgb(130,16,157); }

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