Html Css Color HEX #820394 Dark Magenta

📋 copy color: '#820394'

red 130 ◦ green 3 ◦ blue 148

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

Shades of Dark Magenta #820394

Tints of Dark Magenta #820394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

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

R = 46.26%
G = 1.07%
B = 52.67%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#820394 (or 0x820394) is known color: Dark Magenta. HEX triplet: 82, 03 and 94. RGB value is (130,3,148). Sum of RGB (Red+Green+Blue) = 130+3+148=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #820394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820394 is #7DFC6B. Grayscale: #393939. Windows color (decimal): -8256620 or 9700226. OLE color: 9700226.

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

Color convert

RGB 130 3 148 -
CMYK 0.12 0.98 0 0.42
HSL 292.55º 0.96% 0.3% -
HSV(B) 292.55º 0.98% 0.58% -
XYZ 14.58 6.95 28.59 -
YUV 57.5 179.08 179.71 -
System Red Green Blue C M Y K H S L
Decimal 130 3 148 0.12 0.98 0 0.42 292.55 0.96 0.3
Hex 82 3 94 C 62 0 2A 125 60 1E
Octal 202 3 224 14 142 0 52 445 140 36
Binary 10000010 11 10010100 1100 1100010 0 101010 100100101 1100000 11110

Color Harmonies of #820394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820394

Black with #820394

Text Example


Text Example

White with #820394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820394; }

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

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

background-color css

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

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

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

border-color css

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

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

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