Html Css Color HEX #821892 Dark Magenta

📋 copy color: '#821892'

red 130 ◦ green 24 ◦ blue 146

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

Shades of Dark Magenta #821892

Tints of Dark Magenta #821892

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8%

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

R = 43.33%
G = 8%
B = 48.67%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#821892 (or 0x821892) is known color: Dark Magenta. HEX triplet: 82, 18 and 92. RGB value is (130,24,146). Sum of RGB (Red+Green+Blue) = 130+24+146=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #821892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821892 is #7DE76D. Grayscale: #454545. Windows color (decimal): -8251246 or 9574530. OLE color: 9574530.

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

Color convert

RGB 130 24 146 -
CMYK 0.11 0.84 0 0.43
HSL 292.13º 0.72% 0.33% -
HSV(B) 292.13º 0.84% 0.57% -
XYZ 14.72 7.47 27.86 -
YUV 69.6 171.12 171.08 -
System Red Green Blue C M Y K H S L
Decimal 130 24 146 0.11 0.84 0 0.43 292.13 0.72 0.33
Hex 82 18 92 B 54 0 2B 124 48 21
Octal 202 30 222 13 124 0 53 444 110 41
Binary 10000010 11000 10010010 1011 1010100 0 101011 100100100 1001000 100001

Color Harmonies of #821892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821892

Black with #821892

Text Example


Text Example

White with #821892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821892; }

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

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

background-color css

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

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

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

border-color css

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

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

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