Html Css Color HEX #820594 Dark Magenta

📋 copy color: '#820594'

red 130 ◦ green 5 ◦ blue 148

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

Shades of Dark Magenta #820594

Tints of Dark Magenta #820594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

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

R = 45.94%
G = 1.77%
B = 52.3%

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

#820594 (or 0x820594) is known color: Dark Magenta. HEX triplet: 82, 05 and 94. RGB value is (130,5,148). Sum of RGB (Red+Green+Blue) = 130+5+148=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #820594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820594 is #7DFA6B. Grayscale: #3A3A3A. Windows color (decimal): -8256108 or 9700738. OLE color: 9700738.

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

Color convert

RGB 130 5 148 -
CMYK 0.12 0.97 0 0.42
HSL 292.45º 0.93% 0.3% -
HSV(B) 292.45º 0.97% 0.58% -
XYZ 14.61 6.99 28.6 -
YUV 58.68 178.41 178.87 -
System Red Green Blue C M Y K H S L
Decimal 130 5 148 0.12 0.97 0 0.42 292.45 0.93 0.3
Hex 82 5 94 C 61 0 2A 124 5D 1E
Octal 202 5 224 14 141 0 52 444 135 36
Binary 10000010 101 10010100 1100 1100001 0 101010 100100100 1011101 11110

Color Harmonies of #820594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820594

Black with #820594

Text Example


Text Example

White with #820594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820594; }

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

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

background-color css

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

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

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

border-color css

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

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

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