Html Css Color HEX #820493 Dark Magenta

📋 copy color: '#820493'

red 130 ◦ green 4 ◦ blue 147

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

Shades of Dark Magenta #820493

Tints of Dark Magenta #820493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

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

R = 46.26%
G = 1.42%
B = 52.31%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#820493 (or 0x820493) is known color: Dark Magenta. HEX triplet: 82, 04 and 93. RGB value is (130,4,147). Sum of RGB (Red+Green+Blue) = 130+4+147=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #820493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820493 is #7DFB6C. Grayscale: #393939. Windows color (decimal): -8256365 or 9634946. OLE color: 9634946.

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

Color convert

RGB 130 4 147 -
CMYK 0.12 0.97 0 0.42
HSL 292.87º 0.95% 0.3% -
HSV(B) 292.87º 0.97% 0.58% -
XYZ 14.52 6.94 28.18 -
YUV 57.98 178.24 179.37 -
System Red Green Blue C M Y K H S L
Decimal 130 4 147 0.12 0.97 0 0.42 292.87 0.95 0.3
Hex 82 4 93 C 61 0 2A 125 5F 1E
Octal 202 4 223 14 141 0 52 445 137 36
Binary 10000010 100 10010011 1100 1100001 0 101010 100100101 1011111 11110

Color Harmonies of #820493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820493

Black with #820493

Text Example


Text Example

White with #820493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820493; }

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

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

background-color css

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

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

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

border-color css

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

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

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