Html Css Color HEX #821793 Dark Magenta

📋 copy color: '#821793'

red 130 ◦ green 23 ◦ blue 147

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

Shades of Dark Magenta #821793

Tints of Dark Magenta #821793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.67%

 BLUE value IS 147 (57.81% from 255) = 49%

R = 43.33%
G = 7.67%
B = 49%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#821793 (or 0x821793) is known color: Dark Magenta. HEX triplet: 82, 17 and 93. RGB value is (130,23,147). Sum of RGB (Red+Green+Blue) = 130+23+147=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #821793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821793 is #7DE86C. Grayscale: #444444. Windows color (decimal): -8251501 or 9639810. OLE color: 9639810.

HSL color Cylindrical-coordinate representation of color #821793: hue angle of 291.77º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821793 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 23 147 -
CMYK 0.12 0.84 0 0.42
HSL 291.77º 0.73% 0.33% -
HSV(B) 291.77º 0.84% 0.58% -
XYZ 14.78 7.47 28.27 -
YUV 69.13 171.95 171.42 -
System Red Green Blue C M Y K H S L
Decimal 130 23 147 0.12 0.84 0 0.42 291.77 0.73 0.33
Hex 82 17 93 C 54 0 2A 124 49 21
Octal 202 27 223 14 124 0 52 444 111 41
Binary 10000010 10111 10010011 1100 1010100 0 101010 100100100 1001001 100001

Color Harmonies of #821793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821793

Black with #821793

Text Example


Text Example

White with #821793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821793; }

 p { color: rgb(130,23,147); }

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

background-color css

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

 a { background-color: rgb(130,23,147); }

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

border-color css

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

 span { border-color: rgb(130,23,147); }

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