Html Css Color HEX #820294 Dark Magenta

📋 copy color: '#820294'

red 130 ◦ green 2 ◦ blue 148

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

Shades of Dark Magenta #820294

Tints of Dark Magenta #820294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 46.43%
G = 0.71%
B = 52.86%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#820294 (or 0x820294) is known color: Dark Magenta. HEX triplet: 82, 02 and 94. RGB value is (130,2,148). Sum of RGB (Red+Green+Blue) = 130+2+148=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #820294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820294 is #7DFD6B. Grayscale: #383838. Windows color (decimal): -8256876 or 9699970. OLE color: 9699970.

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

Color convert

RGB 130 2 148 -
CMYK 0.12 0.99 0 0.42
HSL 292.6º 0.97% 0.29% -
HSV(B) 292.6º 0.99% 0.58% -
XYZ 14.57 6.93 28.59 -
YUV 56.92 179.41 180.13 -
System Red Green Blue C M Y K H S L
Decimal 130 2 148 0.12 0.99 0 0.42 292.6 0.97 0.29
Hex 82 2 94 C 63 0 2A 125 61 1D
Octal 202 2 224 14 143 0 52 445 141 35
Binary 10000010 10 10010100 1100 1100011 0 101010 100100101 1100001 11101

Color Harmonies of #820294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820294

Black with #820294

Text Example


Text Example

White with #820294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820294; }

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

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

background-color css

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

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

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

border-color css

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

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

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