Html Css Color HEX #821092 Dark Magenta

📋 copy color: '#821092'

red 130 ◦ green 16 ◦ blue 146

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

Shades of Dark Magenta #821092

Tints of Dark Magenta #821092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.48%

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

R = 44.52%
G = 5.48%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#821092 (or 0x821092) is known color: Dark Magenta. HEX triplet: 82, 10 and 92. RGB value is (130,16,146). Sum of RGB (Red+Green+Blue) = 130+16+146=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #821092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821092 is #7DEF6D. Grayscale: #404040. Windows color (decimal): -8253294 or 9572482. OLE color: 9572482.

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

Color convert

RGB 130 16 146 -
CMYK 0.11 0.89 0 0.43
HSL 292.62º 0.8% 0.32% -
HSV(B) 292.62º 0.89% 0.57% -
XYZ 14.58 7.19 27.81 -
YUV 64.91 173.77 174.43 -
System Red Green Blue C M Y K H S L
Decimal 130 16 146 0.11 0.89 0 0.43 292.62 0.8 0.32
Hex 82 10 92 B 59 0 2B 125 50 20
Octal 202 20 222 13 131 0 53 445 120 40
Binary 10000010 10000 10010010 1011 1011001 0 101011 100100101 1010000 100000

Color Harmonies of #821092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821092

Black with #821092

Text Example


Text Example

White with #821092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821092; }

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

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

background-color css

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

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

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

border-color css

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

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

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