Html Css Color HEX #821089 Dark Magenta

📋 copy color: '#821089'

red 130 ◦ green 16 ◦ blue 137

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

Shades of Dark Magenta #821089

Tints of Dark Magenta #821089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.41%

R = 45.94%
G = 5.65%
B = 48.41%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#821089 (or 0x821089) is known color: Dark Magenta. HEX triplet: 82, 10 and 89. RGB value is (130,16,137). Sum of RGB (Red+Green+Blue) = 130+16+137=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #821089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821089 is #7DEF76. Grayscale: #3F3F3F. Windows color (decimal): -8253303 or 8982658. OLE color: 8982658.

HSL color Cylindrical-coordinate representation of color #821089: hue angle of 296.53º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821089 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 16 137 -
CMYK 0.05 0.88 0 0.46
HSL 296.53º 0.79% 0.3% -
HSV(B) 296.53º 0.88% 0.54% -
XYZ 13.91 6.92 24.27 -
YUV 63.88 169.27 175.16 -
System Red Green Blue C M Y K H S L
Decimal 130 16 137 0.05 0.88 0 0.46 296.53 0.79 0.3
Hex 82 10 89 5 58 0 2E 129 4F 1E
Octal 202 20 211 5 130 0 56 451 117 36
Binary 10000010 10000 10001001 101 1011000 0 101110 100101001 1001111 11110

Color Harmonies of #821089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821089

Black with #821089

Text Example


Text Example

White with #821089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821089; }

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

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

background-color css

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

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

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

border-color css

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

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

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