Html Css Color HEX #82019A Dark Magenta

📋 copy color: '#82019A'

red 130 ◦ green 1 ◦ blue 154

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

Shades of Dark Magenta #82019A

Tints of Dark Magenta #82019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 54.04%

R = 45.61%
G = 0.35%
B = 54.04%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#82019A (or 0x82019A) is known color: Dark Magenta. HEX triplet: 82, 01 and 9A. RGB value is (130,1,154). Sum of RGB (Red+Green+Blue) = 130+1+154=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #82019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82019A is #7DFE65. Grayscale: #383838. Windows color (decimal): -8257126 or 10092930. OLE color: 10092930.

HSL color Cylindrical-coordinate representation of color #82019A: hue angle of 290.59º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82019A is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 1 154 -
CMYK 0.16 0.99 0 0.40
HSL 290.59º 0.99% 0.3% -
HSV(B) 290.59º 0.99% 0.6% -
XYZ 15.05 7.1 31.15 -
YUV 57.01 182.74 180.06 -
System Red Green Blue C M Y K H S L
Decimal 130 1 154 0.16 0.99 0 0.40 290.59 0.99 0.3
Hex 82 1 9A 10 63 0 28 123 63 1E
Octal 202 1 232 20 143 0 50 443 143 36
Binary 10000010 1 10011010 10000 1100011 0 101000 100100011 1100011 11110

Color Harmonies of #82019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82019A

Black with #82019A

Text Example


Text Example

White with #82019A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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