Html Css Color HEX #821896 Dark Magenta

📋 copy color: '#821896'

red 130 ◦ green 24 ◦ blue 150

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

Shades of Dark Magenta #821896

Tints of Dark Magenta #821896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.89%

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

R = 42.76%
G = 7.89%
B = 49.34%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#821896 (or 0x821896) is known color: Dark Magenta. HEX triplet: 82, 18 and 96. RGB value is (130,24,150). Sum of RGB (Red+Green+Blue) = 130+24+150=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #821896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821896 is #7DE769. Grayscale: #454545. Windows color (decimal): -8251242 or 9836674. OLE color: 9836674.

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

Color convert

RGB 130 24 150 -
CMYK 0.13 0.84 0 0.41
HSL 290.48º 0.72% 0.34% -
HSV(B) 290.48º 0.84% 0.59% -
XYZ 15.04 7.6 29.53 -
YUV 70.06 173.12 170.75 -
System Red Green Blue C M Y K H S L
Decimal 130 24 150 0.13 0.84 0 0.41 290.48 0.72 0.34
Hex 82 18 96 D 54 0 29 122 48 22
Octal 202 30 226 15 124 0 51 442 110 42
Binary 10000010 11000 10010110 1101 1010100 0 101001 100100010 1001000 100010

Color Harmonies of #821896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821896

Black with #821896

Text Example


Text Example

White with #821896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821896; }

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

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

background-color css

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

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

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

border-color css

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

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

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