Html Css Color HEX #82178A Dark Magenta

📋 copy color: '#82178A'

red 130 ◦ green 23 ◦ blue 138

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

Shades of Dark Magenta #82178A

Tints of Dark Magenta #82178A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 47.42%

R = 44.67%
G = 7.9%
B = 47.42%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#82178A (or 0x82178A) is known color: Dark Magenta. HEX triplet: 82, 17 and 8A. RGB value is (130,23,138). Sum of RGB (Red+Green+Blue) = 130+23+138=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #82178A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82178A is #7DE875. Grayscale: #434343. Windows color (decimal): -8251510 or 9049986. OLE color: 9049986.

HSL color Cylindrical-coordinate representation of color #82178A: hue angle of 295.83º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #82178A is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 23 138 -
CMYK 0.06 0.83 0 0.46
HSL 295.83º 0.71% 0.32% -
HSV(B) 295.83º 0.83% 0.54% -
XYZ 14.1 7.19 24.69 -
YUV 68.1 167.45 172.15 -
System Red Green Blue C M Y K H S L
Decimal 130 23 138 0.06 0.83 0 0.46 295.83 0.71 0.32
Hex 82 17 8A 6 53 0 2E 128 47 20
Octal 202 27 212 6 123 0 56 450 107 40
Binary 10000010 10111 10001010 110 1010011 0 101110 100101000 1000111 100000

Color Harmonies of #82178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82178A

Black with #82178A

Text Example


Text Example

White with #82178A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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