Html Css Color HEX #82168D Dark Magenta

📋 copy color: '#82168D'

red 130 ◦ green 22 ◦ blue 141

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

Shades of Dark Magenta #82168D

Tints of Dark Magenta #82168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.51%

 BLUE value IS 141 (55.47% from 255) = 48.12%

R = 44.37%
G = 7.51%
B = 48.12%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82168D (or 0x82168D) is known color: Dark Magenta. HEX triplet: 82, 16 and 8D. RGB value is (130,22,141). Sum of RGB (Red+Green+Blue) = 130+22+141=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #82168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82168D is #7DE972. Grayscale: #434343. Windows color (decimal): -8251763 or 9246338. OLE color: 9246338.

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

Color convert

RGB 130 22 141 -
CMYK 0.08 0.84 0 0.45
HSL 294.45º 0.73% 0.32% -
HSV(B) 294.45º 0.84% 0.55% -
XYZ 14.3 7.24 25.84 -
YUV 67.86 169.28 172.32 -
System Red Green Blue C M Y K H S L
Decimal 130 22 141 0.08 0.84 0 0.45 294.45 0.73 0.32
Hex 82 16 8D 8 54 0 2D 126 49 20
Octal 202 26 215 10 124 0 55 446 111 40
Binary 10000010 10110 10001101 1000 1010100 0 101101 100100110 1001001 100000

Color Harmonies of #82168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82168D

Black with #82168D

Text Example


Text Example

White with #82168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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