Html Css Color HEX #82188D Dark Magenta

📋 copy color: '#82188D'

red 130 ◦ green 24 ◦ blue 141

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

Shades of Dark Magenta #82188D

Tints of Dark Magenta #82188D

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.8%

R = 44.07%
G = 8.14%
B = 47.8%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82188D (or 0x82188D) is known color: 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

RGB 130 24 141 -
CMYK 0.08 0.83 0 0.45
HSL 294.36º 0.71% 0.32% -
HSV(B) 294.36º 0.83% 0.55% -
XYZ 14.34 7.32 25.86 -
YUV 69.03 168.62 171.49 -
System Red Green Blue C M Y K H S L
Decimal 130 24 141 0.08 0.83 0 0.45 294.36 0.71 0.32
Hex 82 18 8D 8 53 0 2D 126 47 20
Octal 202 30 215 10 123 0 55 446 107 40
Binary 10000010 11000 10001101 1000 1010011 0 101101 100100110 1000111 100000

Color Harmonies of #82188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82188D

Black with #82188D

Text Example


Text Example

White with #82188D

Text Example


Text Example

HTML Codes & Css Web 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>