Html Css Color HEX #82158B Dark Magenta

📋 copy color: '#82158B'

red 130 ◦ green 21 ◦ blue 139

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

Shades of Dark Magenta #82158B

Tints of Dark Magenta #82158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.24%

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

R = 44.83%
G = 7.24%
B = 47.93%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82158B (or 0x82158B) is known color: Dark Magenta. HEX triplet: 82, 15 and 8B. RGB value is (130,21,139). Sum of RGB (Red+Green+Blue) = 130+21+139=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #82158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82158B is #7DEA74. Grayscale: #424242. Windows color (decimal): -8252021 or 9115010. OLE color: 9115010.

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

Color convert

RGB 130 21 139 -
CMYK 0.06 0.85 0 0.45
HSL 295.42º 0.74% 0.31% -
HSV(B) 295.42º 0.85% 0.55% -
XYZ 14.13 7.15 25.06 -
YUV 67.04 168.61 172.91 -
System Red Green Blue C M Y K H S L
Decimal 130 21 139 0.06 0.85 0 0.45 295.42 0.74 0.31
Hex 82 15 8B 6 55 0 2D 127 4A 1F
Octal 202 25 213 6 125 0 55 447 112 37
Binary 10000010 10101 10001011 110 1010101 0 101101 100100111 1001010 11111

Color Harmonies of #82158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82158B

Black with #82158B

Text Example


Text Example

White with #82158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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