Html Css Color HEX #820494 Dark Magenta

📋 copy color: '#820494'

red 130 ◦ green 4 ◦ blue 148

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

Shades of Dark Magenta #820494

Tints of Dark Magenta #820494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.48%

R = 46.1%
G = 1.42%
B = 52.48%

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

#820494 (or 0x820494) is known color: Dark Magenta. HEX triplet: 82, 04 and 94. RGB value is (130,4,148). Sum of RGB (Red+Green+Blue) = 130+4+148=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #820494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820494 is #7DFB6B. Grayscale: #393939. Windows color (decimal): -8256364 or 9700482. OLE color: 9700482.

HSL color Cylindrical-coordinate representation of color #820494: hue angle of 292.5º 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 #820494 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 4 148 -
CMYK 0.12 0.97 0 0.42
HSL 292.5º 0.95% 0.3% -
HSV(B) 292.5º 0.97% 0.58% -
XYZ 14.59 6.97 28.59 -
YUV 58.09 178.74 179.29 -
System Red Green Blue C M Y K H S L
Decimal 130 4 148 0.12 0.97 0 0.42 292.5 0.95 0.3
Hex 82 4 94 C 61 0 2A 124 5F 1E
Octal 202 4 224 14 141 0 52 444 137 36
Binary 10000010 100 10010100 1100 1100001 0 101010 100100100 1011111 11110

Color Harmonies of #820494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820494

Black with #820494

Text Example


Text Example

White with #820494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820494; }

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

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

background-color css

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

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

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

border-color css

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

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

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