Html Css Color HEX #821091 Dark Magenta

📋 copy color: '#821091'

red 130 ◦ green 16 ◦ blue 145

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

Shades of Dark Magenta #821091

Tints of Dark Magenta #821091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 49.83%

R = 44.67%
G = 5.5%
B = 49.83%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#821091 (or 0x821091) is known color: Dark Magenta. HEX triplet: 82, 10 and 91. RGB value is (130,16,145). Sum of RGB (Red+Green+Blue) = 130+16+145=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #821091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821091 is #7DEF6E. Grayscale: #404040. Windows color (decimal): -8253295 or 9506946. OLE color: 9506946.

HSL color Cylindrical-coordinate representation of color #821091: hue angle of 293.02º 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 #821091 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 16 145 -
CMYK 0.10 0.89 0 0.43
HSL 293.02º 0.8% 0.32% -
HSV(B) 293.02º 0.89% 0.57% -
XYZ 14.5 7.16 27.41 -
YUV 64.79 173.27 174.51 -
System Red Green Blue C M Y K H S L
Decimal 130 16 145 0.10 0.89 0 0.43 293.02 0.8 0.32
Hex 82 10 91 A 59 0 2B 125 50 20
Octal 202 20 221 12 131 0 53 445 120 40
Binary 10000010 10000 10010001 1010 1011001 0 101011 100100101 1010000 100000

Color Harmonies of #821091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821091

Black with #821091

Text Example


Text Example

White with #821091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821091; }

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

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

background-color css

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

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

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

border-color css

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

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

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