Html Css Color HEX #82159C Dark Magenta

📋 copy color: '#82159C'

red 130 ◦ green 21 ◦ blue 156

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

Shades of Dark Magenta #82159C

Tints of Dark Magenta #82159C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.81%

R = 42.35%
G = 6.84%
B = 50.81%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82159C (or 0x82159C) is known color: Dark Magenta. HEX triplet: 82, 15 and 9C. RGB value is (130,21,156). Sum of RGB (Red+Green+Blue) = 130+21+156=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #82159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82159C is #7DEA63. Grayscale: #444444. Windows color (decimal): -8252004 or 10229122. OLE color: 10229122.

HSL color Cylindrical-coordinate representation of color #82159C: hue angle of 288.44º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82159C is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 21 156 -
CMYK 0.17 0.87 0 0.39
HSL 288.44º 0.76% 0.35% -
HSV(B) 288.44º 0.87% 0.61% -
XYZ 15.47 7.68 32.12 -
YUV 68.98 177.11 171.52 -
System Red Green Blue C M Y K H S L
Decimal 130 21 156 0.17 0.87 0 0.39 288.44 0.76 0.35
Hex 82 15 9C 11 57 0 27 120 4C 23
Octal 202 25 234 21 127 0 47 440 114 43
Binary 10000010 10101 10011100 10001 1010111 0 100111 100100000 1001100 100011

Color Harmonies of #82159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82159C

Black with #82159C

Text Example


Text Example

White with #82159C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82159C; }

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

 H1.HeaderClassName
 {
   color: #82159C;
 }
 .AnyTagClassName
 {
   color: #82159C;
 }
</style>

background-color css

<style>
 a { background-color: #82159C; }

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

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

border-color css

<style>
 span { border-color: #82159C; }

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

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