Html Css Color HEX #82178E Dark Magenta

📋 copy color: '#82178E'

red 130 ◦ green 23 ◦ blue 142

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

Shades of Dark Magenta #82178E

Tints of Dark Magenta #82178E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.8%

 BLUE value IS 142 (55.86% from 255) = 48.14%

R = 44.07%
G = 7.8%
B = 48.14%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82178E (or 0x82178E) is known color: Dark Magenta. HEX triplet: 82, 17 and 8E. RGB value is (130,23,142). Sum of RGB (Red+Green+Blue) = 130+23+142=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #82178E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82178E is #7DE871. Grayscale: #444444. Windows color (decimal): -8251506 or 9312130. OLE color: 9312130.

HSL color Cylindrical-coordinate representation of color #82178E: hue angle of 293.95º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #82178E is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 23 142 -
CMYK 0.08 0.84 0 0.44
HSL 293.95º 0.72% 0.32% -
HSV(B) 293.95º 0.84% 0.56% -
XYZ 14.39 7.31 26.24 -
YUV 68.56 169.45 171.82 -
System Red Green Blue C M Y K H S L
Decimal 130 23 142 0.08 0.84 0 0.44 293.95 0.72 0.32
Hex 82 17 8E 8 54 0 2C 126 48 20
Octal 202 27 216 10 124 0 54 446 110 40
Binary 10000010 10111 10001110 1000 1010100 0 101100 100100110 1001000 100000

Color Harmonies of #82178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82178E

Black with #82178E

Text Example


Text Example

White with #82178E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82178E; }

 p { color: rgb(130,23,142); }

 H1.HeaderClassName
 {
   color: #82178E;
 }
 .AnyTagClassName
 {
   color: #82178E;
 }
</style>

background-color css

<style>
 a { background-color: #82178E; }

 a { background-color: rgb(130,23,142); }

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

border-color css

<style>
 span { border-color: #82178E; }

 span { border-color: rgb(130,23,142); }

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