Html Css Color HEX #820993 Dark Magenta

📋 copy color: '#820993'

red 130 ◦ green 9 ◦ blue 147

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

Shades of Dark Magenta #820993

Tints of Dark Magenta #820993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.15%

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

R = 45.45%
G = 3.15%
B = 51.4%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#820993 (or 0x820993) is known color: Dark Magenta. HEX triplet: 82, 09 and 93. RGB value is (130,9,147). Sum of RGB (Red+Green+Blue) = 130+9+147=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #820993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820993 is #7DF66C. Grayscale: #3C3C3C. Windows color (decimal): -8255085 or 9636226. OLE color: 9636226.

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

Color convert

RGB 130 9 147 -
CMYK 0.12 0.94 0 0.42
HSL 292.61º 0.88% 0.31% -
HSV(B) 292.61º 0.94% 0.58% -
XYZ 14.57 7.05 28.2 -
YUV 60.91 176.59 177.28 -
System Red Green Blue C M Y K H S L
Decimal 130 9 147 0.12 0.94 0 0.42 292.61 0.88 0.31
Hex 82 9 93 C 5E 0 2A 125 58 1F
Octal 202 11 223 14 136 0 52 445 130 37
Binary 10000010 1001 10010011 1100 1011110 0 101010 100100101 1011000 11111

Color Harmonies of #820993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820993

Black with #820993

Text Example


Text Example

White with #820993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820993; }

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

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

background-color css

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

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

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

border-color css

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

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

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