Html Css Color HEX #821294 Dark Magenta

📋 copy color: '#821294'

red 130 ◦ green 18 ◦ blue 148

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

Shades of Dark Magenta #821294

Tints of Dark Magenta #821294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.08%

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

R = 43.92%
G = 6.08%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#821294 (or 0x821294) is known color: Dark Magenta. HEX triplet: 82, 12 and 94. RGB value is (130,18,148). Sum of RGB (Red+Green+Blue) = 130+18+148=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #821294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821294 is #7DED6B. Grayscale: #414141. Windows color (decimal): -8252780 or 9704066. OLE color: 9704066.

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

Color convert

RGB 130 18 148 -
CMYK 0.12 0.88 0 0.42
HSL 291.69º 0.78% 0.33% -
HSV(B) 291.69º 0.88% 0.58% -
XYZ 14.77 7.32 28.65 -
YUV 66.31 174.11 173.43 -
System Red Green Blue C M Y K H S L
Decimal 130 18 148 0.12 0.88 0 0.42 291.69 0.78 0.33
Hex 82 12 94 C 58 0 2A 124 4E 21
Octal 202 22 224 14 130 0 52 444 116 41
Binary 10000010 10010 10010100 1100 1011000 0 101010 100100100 1001110 100001

Color Harmonies of #821294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821294

Black with #821294

Text Example


Text Example

White with #821294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821294; }

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

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

background-color css

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

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

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

border-color css

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

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

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