Html Css Color HEX #821593 Dark Magenta

📋 copy color: '#821593'

red 130 ◦ green 21 ◦ blue 147

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

Shades of Dark Magenta #821593

Tints of Dark Magenta #821593

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.05%

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

R = 43.62%
G = 7.05%
B = 49.33%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#821593 (or 0x821593) is known color: Dark Magenta. HEX triplet: 82, 15 and 93. RGB value is (130,21,147). Sum of RGB (Red+Green+Blue) = 130+21+147=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #821593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821593 is #7DEA6C. Grayscale: #434343. Windows color (decimal): -8252013 or 9639298. OLE color: 9639298.

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

Color convert

RGB 130 21 147 -
CMYK 0.12 0.86 0 0.42
HSL 291.9º 0.75% 0.33% -
HSV(B) 291.9º 0.86% 0.58% -
XYZ 14.74 7.39 28.25 -
YUV 67.96 172.61 172.25 -
System Red Green Blue C M Y K H S L
Decimal 130 21 147 0.12 0.86 0 0.42 291.9 0.75 0.33
Hex 82 15 93 C 56 0 2A 124 4B 21
Octal 202 25 223 14 126 0 52 444 113 41
Binary 10000010 10101 10010011 1100 1010110 0 101010 100100100 1001011 100001

Color Harmonies of #821593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821593

Black with #821593

Text Example


Text Example

White with #821593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821593; }

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

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

background-color css

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

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

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

border-color css

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

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

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