Html Css Color HEX #89019F Dark Magenta

📋 copy color: '#89019F'

red 137 ◦ green 1 ◦ blue 159

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

Shades of Dark Magenta #89019F

Tints of Dark Magenta #89019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.54%

R = 46.13%
G = 0.34%
B = 53.54%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89019F (or 0x89019F) is known color: Dark Magenta. HEX triplet: 89, 01 and 9F. RGB value is (137,1,159). Sum of RGB (Red+Green+Blue) = 137+1+159=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #89019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89019F is #76FE60. Grayscale: #3B3B3B. Windows color (decimal): -7798369 or 10420617. OLE color: 10420617.

HSL color Cylindrical-coordinate representation of color #89019F: hue angle of 291.65º 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 #89019F is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 1 159 -
CMYK 0.14 0.99 0 0.38
HSL 291.65º 0.99% 0.31% -
HSV(B) 291.65º 0.99% 0.62% -
XYZ 16.59 7.84 33.44 -
YUV 59.68 184.06 183.15 -
System Red Green Blue C M Y K H S L
Decimal 137 1 159 0.14 0.99 0 0.38 291.65 0.99 0.31
Hex 89 1 9F E 63 0 26 124 63 1F
Octal 211 1 237 16 143 0 46 444 143 37
Binary 10001001 1 10011111 1110 1100011 0 100110 100100100 1100011 11111

Color Harmonies of #89019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89019F

Black with #89019F

Text Example


Text Example

White with #89019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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