Html Css Color HEX #821299 Dark Magenta

📋 copy color: '#821299'

red 130 ◦ green 18 ◦ blue 153

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

Shades of Dark Magenta #821299

Tints of Dark Magenta #821299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.98%

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

R = 43.19%
G = 5.98%
B = 50.83%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#821299 (or 0x821299) is known color: Dark Magenta. HEX triplet: 82, 12 and 99. RGB value is (130,18,153). Sum of RGB (Red+Green+Blue) = 130+18+153=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #821299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821299 is #7DED66. Grayscale: #424242. Windows color (decimal): -8252775 or 10031746. OLE color: 10031746.

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

Color convert

RGB 130 18 153 -
CMYK 0.15 0.88 0 0.4
HSL 289.78º 0.79% 0.34% -
HSV(B) 289.78º 0.88% 0.6% -
XYZ 15.17 7.48 30.78 -
YUV 66.88 176.61 173.02 -
System Red Green Blue C M Y K H S L
Decimal 130 18 153 0.15 0.88 0 0.4 289.78 0.79 0.34
Hex 82 12 99 F 58 0 28 122 4F 22
Octal 202 22 231 17 130 0 50 442 117 42
Binary 10000010 10010 10011001 1111 1011000 0 101000 100100010 1001111 100010

Color Harmonies of #821299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821299

Black with #821299

Text Example


Text Example

White with #821299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821299; }

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

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

background-color css

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

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

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

border-color css

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

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

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