Html Css Color HEX #82198B Dark Magenta

📋 copy color: '#82198B'

red 130 ◦ green 25 ◦ blue 139

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

Shades of Dark Magenta #82198B

Tints of Dark Magenta #82198B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.5%

 BLUE value IS 139 (54.69% from 255) = 47.28%

R = 44.22%
G = 8.5%
B = 47.28%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82198B (or 0x82198B) is known color: Dark Magenta. HEX triplet: 82, 19 and 8B. RGB value is (130,25,139). Sum of RGB (Red+Green+Blue) = 130+25+139=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #82198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82198B is #7DE674. Grayscale: #454545. Windows color (decimal): -8250997 or 9116034. OLE color: 9116034.

HSL color Cylindrical-coordinate representation of color #82198B: hue angle of 295.26º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82198B is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 25 139 -
CMYK 0.06 0.82 0 0.45
HSL 295.26º 0.7% 0.32% -
HSV(B) 295.26º 0.82% 0.55% -
XYZ 14.21 7.31 25.09 -
YUV 69.39 167.29 171.23 -
System Red Green Blue C M Y K H S L
Decimal 130 25 139 0.06 0.82 0 0.45 295.26 0.7 0.32
Hex 82 19 8B 6 52 0 2D 127 46 20
Octal 202 31 213 6 122 0 55 447 106 40
Binary 10000010 11001 10001011 110 1010010 0 101101 100100111 1000110 100000

Color Harmonies of #82198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82198B

Black with #82198B

Text Example


Text Example

White with #82198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82198B; }

 p { color: rgb(130,25,139); }

 H1.HeaderClassName
 {
   color: #82198B;
 }
 .AnyTagClassName
 {
   color: #82198B;
 }
</style>

background-color css

<style>
 a { background-color: #82198B; }

 a { background-color: rgb(130,25,139); }

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

border-color css

<style>
 span { border-color: #82198B; }

 span { border-color: rgb(130,25,139); }

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