Html Css Color HEX #82018F Dark Magenta

📋 copy color: '#82018F'

red 130 ◦ green 1 ◦ blue 143

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

Shades of Dark Magenta #82018F

Tints of Dark Magenta #82018F

RGB

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

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

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

R = 47.45%
G = 0.36%
B = 52.19%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82018F (or 0x82018F) is known color: Dark Magenta. HEX triplet: 82, 01 and 8F. RGB value is (130,1,143). Sum of RGB (Red+Green+Blue) = 130+1+143=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #82018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82018F is #7DFE70. Grayscale: #373737. Windows color (decimal): -8257137 or 9372034. OLE color: 9372034.

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

Color convert

RGB 130 1 143 -
CMYK 0.09 0.99 0 0.44
HSL 294.51º 0.99% 0.28% -
HSV(B) 294.51º 0.99% 0.56% -
XYZ 14.17 6.75 26.54 -
YUV 55.76 177.24 180.95 -
System Red Green Blue C M Y K H S L
Decimal 130 1 143 0.09 0.99 0 0.44 294.51 0.99 0.28
Hex 82 1 8F 9 63 0 2C 127 63 1C
Octal 202 1 217 11 143 0 54 447 143 34
Binary 10000010 1 10001111 1001 1100011 0 101100 100100111 1100011 11100

Color Harmonies of #82018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82018F

Black with #82018F

Text Example


Text Example

White with #82018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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