Html Css Color HEX #82139F Dark Magenta

📋 copy color: '#82139F'

red 130 ◦ green 19 ◦ blue 159

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

Shades of Dark Magenta #82139F

Tints of Dark Magenta #82139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.17%

 BLUE value IS 159 (62.5% from 255) = 51.62%

R = 42.21%
G = 6.17%
B = 51.62%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82139F (or 0x82139F) is known color: Dark Magenta. HEX triplet: 82, 13 and 9F. RGB value is (130,19,159). Sum of RGB (Red+Green+Blue) = 130+19+159=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #82139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82139F is #7DEC60. Grayscale: #434343. Windows color (decimal): -8252513 or 10425218. OLE color: 10425218.

HSL color Cylindrical-coordinate representation of color #82139F: hue angle of 287.57º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82139F is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 19 159 -
CMYK 0.18 0.88 0 0.38
HSL 287.57º 0.79% 0.35% -
HSV(B) 287.57º 0.88% 0.62% -
XYZ 15.7 7.71 33.46 -
YUV 68.15 179.27 172.12 -
System Red Green Blue C M Y K H S L
Decimal 130 19 159 0.18 0.88 0 0.38 287.57 0.79 0.35
Hex 82 13 9F 12 58 0 26 120 4F 23
Octal 202 23 237 22 130 0 46 440 117 43
Binary 10000010 10011 10011111 10010 1011000 0 100110 100100000 1001111 100011

Color Harmonies of #82139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82139F

Black with #82139F

Text Example


Text Example

White with #82139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,19,159); }

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

background-color css

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

 a { background-color: rgb(130,19,159); }

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

border-color css

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

 span { border-color: rgb(130,19,159); }

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