Html Css Color HEX #821096 Dark Magenta

📋 copy color: '#821096'

red 130 ◦ green 16 ◦ blue 150

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

Shades of Dark Magenta #821096

Tints of Dark Magenta #821096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50.68%

R = 43.92%
G = 5.41%
B = 50.68%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#821096 (or 0x821096) is known color: Dark Magenta. HEX triplet: 82, 10 and 96. RGB value is (130,16,150). Sum of RGB (Red+Green+Blue) = 130+16+150=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #821096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821096 is #7DEF69. Grayscale: #404040. Windows color (decimal): -8253290 or 9834626. OLE color: 9834626.

HSL color Cylindrical-coordinate representation of color #821096: hue angle of 291.04º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #821096 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 16 150 -
CMYK 0.13 0.89 0 0.41
HSL 291.04º 0.81% 0.33% -
HSV(B) 291.04º 0.89% 0.59% -
XYZ 14.9 7.32 29.48 -
YUV 65.36 175.77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 130 16 150 0.13 0.89 0 0.41 291.04 0.81 0.33
Hex 82 10 96 D 59 0 29 123 51 21
Octal 202 20 226 15 131 0 51 443 121 41
Binary 10000010 10000 10010110 1101 1011001 0 101001 100100011 1010001 100001

Color Harmonies of #821096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821096

Black with #821096

Text Example


Text Example

White with #821096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821096; }

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

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

background-color css

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

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

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

border-color css

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

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

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