Html Css Color HEX #821392 Dark Magenta

📋 copy color: '#821392'

red 130 ◦ green 19 ◦ blue 146

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

Shades of Dark Magenta #821392

Tints of Dark Magenta #821392

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

 BLUE value IS 146 (57.42% from 255) = 49.49%

R = 44.07%
G = 6.44%
B = 49.49%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#821392 (or 0x821392) is known color: Dark Magenta. HEX triplet: 82, 13 and 92. RGB value is (130,19,146). Sum of RGB (Red+Green+Blue) = 130+19+146=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #821392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821392 is #7DEC6D. Grayscale: #424242. Windows color (decimal): -8252526 or 9573250. OLE color: 9573250.

HSL color Cylindrical-coordinate representation of color #821392: hue angle of 292.44º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #821392 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 19 146 -
CMYK 0.11 0.87 0 0.43
HSL 292.44º 0.77% 0.32% -
HSV(B) 292.44º 0.87% 0.57% -
XYZ 14.63 7.29 27.83 -
YUV 66.67 172.77 173.17 -
System Red Green Blue C M Y K H S L
Decimal 130 19 146 0.11 0.87 0 0.43 292.44 0.77 0.32
Hex 82 13 92 B 57 0 2B 124 4D 20
Octal 202 23 222 13 127 0 53 444 115 40
Binary 10000010 10011 10010010 1011 1010111 0 101011 100100100 1001101 100000

Color Harmonies of #821392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821392

Black with #821392

Text Example


Text Example

White with #821392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821392; }

 p { color: rgb(130,19,146); }

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

background-color css

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

 a { background-color: rgb(130,19,146); }

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

border-color css

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

 span { border-color: rgb(130,19,146); }

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