Html Css Color HEX #821199 Dark Magenta

📋 copy color: '#821199'

red 130 ◦ green 17 ◦ blue 153

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

Shades of Dark Magenta #821199

Tints of Dark Magenta #821199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.67%

 BLUE value IS 153 (60.16% from 255) = 51%

R = 43.33%
G = 5.67%
B = 51%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#821199 (or 0x821199) is known color: Dark Magenta. HEX triplet: 82, 11 and 99. RGB value is (130,17,153). Sum of RGB (Red+Green+Blue) = 130+17+153=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #821199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821199 is #7DEE66. Grayscale: #414141. Windows color (decimal): -8253031 or 10031490. OLE color: 10031490.

HSL color Cylindrical-coordinate representation of color #821199: hue angle of 289.85º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #821199 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 17 153 -
CMYK 0.15 0.89 0 0.4
HSL 289.85º 0.8% 0.33% -
HSV(B) 289.85º 0.89% 0.6% -
XYZ 15.16 7.45 30.78 -
YUV 66.29 176.94 173.44 -
System Red Green Blue C M Y K H S L
Decimal 130 17 153 0.15 0.89 0 0.4 289.85 0.8 0.33
Hex 82 11 99 F 59 0 28 122 50 21
Octal 202 21 231 17 131 0 50 442 120 41
Binary 10000010 10001 10011001 1111 1011001 0 101000 100100010 1010000 100001

Color Harmonies of #821199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821199

Black with #821199

Text Example


Text Example

White with #821199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821199; }

 p { color: rgb(130,17,153); }

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

background-color css

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

 a { background-color: rgb(130,17,153); }

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

border-color css

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

 span { border-color: rgb(130,17,153); }

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