Html Css Color HEX #82019F Dark Magenta

📋 copy color: '#82019F'

red 130 ◦ green 1 ◦ blue 159

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

Shades of Dark Magenta #82019F

Tints of Dark Magenta #82019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 44.83%
G = 0.34%
B = 54.83%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82019F (or 0x82019F) is known color: Dark Magenta. HEX triplet: 82, 01 and 9F. RGB value is (130,1,159). Sum of RGB (Red+Green+Blue) = 130+1+159=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #82019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82019F is #7DFE60. Grayscale: #393939. Windows color (decimal): -8257121 or 10420610. OLE color: 10420610.

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

Color convert

RGB 130 1 159 -
CMYK 0.18 0.99 0 0.38
HSL 288.99º 0.99% 0.31% -
HSV(B) 288.99º 0.99% 0.62% -
XYZ 15.47 7.27 33.39 -
YUV 57.58 185.24 179.65 -
System Red Green Blue C M Y K H S L
Decimal 130 1 159 0.18 0.99 0 0.38 288.99 0.99 0.31
Hex 82 1 9F 12 63 0 26 121 63 1F
Octal 202 1 237 22 143 0 46 441 143 37
Binary 10000010 1 10011111 10010 1100011 0 100110 100100001 1100011 11111

Color Harmonies of #82019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82019F

Black with #82019F

Text Example


Text Example

White with #82019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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