Html Css Color HEX #8213AC Dark Magenta

📋 copy color: '#8213AC'

red 130 ◦ green 19 ◦ blue 172

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

Shades of Dark Magenta #8213AC

Tints of Dark Magenta #8213AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.58%

R = 40.5%
G = 5.92%
B = 53.58%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8213AC (or 0x8213AC) is known color: Dark Magenta. HEX triplet: 82, 13 and AC. RGB value is (130,19,172). Sum of RGB (Red+Green+Blue) = 130+19+172=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #8213AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8213AC is #7DEC53. Grayscale: #454545. Windows color (decimal): -8252500 or 11277186. OLE color: 11277186.

HSL color Cylindrical-coordinate representation of color #8213AC: hue angle of 283.53º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8213AC is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 19 172 -
CMYK 0.24 0.89 0 0.33
HSL 283.53º 0.8% 0.37% -
HSV(B) 283.53º 0.89% 0.67% -
XYZ 16.89 8.19 39.72 -
YUV 69.63 185.77 171.06 -
System Red Green Blue C M Y K H S L
Decimal 130 19 172 0.24 0.89 0 0.33 283.53 0.8 0.37
Hex 82 13 AC 18 59 0 21 11C 50 25
Octal 202 23 254 30 131 0 41 434 120 45
Binary 10000010 10011 10101100 11000 1011001 0 100001 100011100 1010000 100101

Color Harmonies of #8213AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8213AC

Black with #8213AC

Text Example


Text Example

White with #8213AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8213AC; }

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

 H1.HeaderClassName
 {
   color: #8213AC;
 }
 .AnyTagClassName
 {
   color: #8213AC;
 }
</style>

background-color css

<style>
 a { background-color: #8213AC; }

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

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

border-color css

<style>
 span { border-color: #8213AC; }

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

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