Html Css Color HEX #891589 Dark Magenta

📋 copy color: '#891589'

red 137 ◦ green 21 ◦ blue 137

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

Shades of Dark Magenta #891589

Tints of Dark Magenta #891589

RGB

 RED value IS 137 (53.91% from 255) = 46.44%

 GREEN value IS 21 (8.59% from 255) = 7.12%

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

R = 46.44%
G = 7.12%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#891589 (or 0x891589) is known color: Dark Magenta. HEX triplet: 89, 15 and 89. RGB value is (137,21,137). Sum of RGB (Red+Green+Blue) = 137+21+137=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #891589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #891589 is #76EA76. Grayscale: #444444. Windows color (decimal): -7793271 or 8983945. OLE color: 8983945.

HSL color Cylindrical-coordinate representation of color #891589: hue angle of 300º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891589 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 21 137 -
CMYK 0 0.85 0 0.46
HSL 300º 0.73% 0.31% -
HSV(B) 300º 0.85% 0.54% -
XYZ 15.1 7.66 24.35 -
YUV 68.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 137 21 137 0 0.85 0 0.46 300 0.73 0.31
Hex 89 15 89 0 55 0 2E 12C 49 1F
Octal 211 25 211 0 125 0 56 454 111 37
Binary 10001001 10101 10001001 0 1010101 0 101110 100101100 1001001 11111

Color Harmonies of #891589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #891589

Black with #891589

Text Example


Text Example

White with #891589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #891589; }

 p { color: rgb(137,21,137); }

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

background-color css

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

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

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

border-color css

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

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

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