Html Css Color HEX #89019D Dark Magenta

📋 copy color: '#89019D'

red 137 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #89019D

Tints of Dark Magenta #89019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 157 (61.72% from 255) = 53.22%

R = 46.44%
G = 0.34%
B = 53.22%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89019D (or 0x89019D) is known color: Dark Magenta. HEX triplet: 89, 01 and 9D. RGB value is (137,1,157). Sum of RGB (Red+Green+Blue) = 137+1+157=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #89019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89019D is #76FE62. Grayscale: #3A3A3A. Windows color (decimal): -7798371 or 10289545. OLE color: 10289545.

HSL color Cylindrical-coordinate representation of color #89019D: hue angle of 292.31º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89019D is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 1 157 -
CMYK 0.13 0.99 0 0.38
HSL 292.31º 0.99% 0.31% -
HSV(B) 292.31º 0.99% 0.62% -
XYZ 16.41 7.77 32.53 -
YUV 59.45 183.06 183.32 -
System Red Green Blue C M Y K H S L
Decimal 137 1 157 0.13 0.99 0 0.38 292.31 0.99 0.31
Hex 89 1 9D D 63 0 26 124 63 1F
Octal 211 1 235 15 143 0 46 444 143 37
Binary 10001001 1 10011101 1101 1100011 0 100110 100100100 1100011 11111

Color Harmonies of #89019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89019D

Black with #89019D

Text Example


Text Example

White with #89019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89019D; }

 p { color: rgb(137,1,157); }

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

background-color css

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

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

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

border-color css

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

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

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