Html Css Color HEX #82178F Dark Magenta

📋 copy color: '#82178F'

red 130 ◦ green 23 ◦ blue 143

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

Shades of Dark Magenta #82178F

Tints of Dark Magenta #82178F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 48.31%

R = 43.92%
G = 7.77%
B = 48.31%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82178F (or 0x82178F) is known color: Dark Magenta. HEX triplet: 82, 17 and 8F. RGB value is (130,23,143). Sum of RGB (Red+Green+Blue) = 130+23+143=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #82178F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82178F is #7DE870. Grayscale: #444444. Windows color (decimal): -8251505 or 9377666. OLE color: 9377666.

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

Color convert

RGB 130 23 143 -
CMYK 0.09 0.84 0 0.44
HSL 293.5º 0.72% 0.33% -
HSV(B) 293.5º 0.84% 0.56% -
XYZ 14.47 7.34 26.64 -
YUV 68.67 169.95 171.74 -
System Red Green Blue C M Y K H S L
Decimal 130 23 143 0.09 0.84 0 0.44 293.5 0.72 0.33
Hex 82 17 8F 9 54 0 2C 126 48 21
Octal 202 27 217 11 124 0 54 446 110 41
Binary 10000010 10111 10001111 1001 1010100 0 101100 100100110 1001000 100001

Color Harmonies of #82178F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82178F

Black with #82178F

Text Example


Text Example

White with #82178F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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