Html Css Color HEX #89029D Dark Magenta

📋 copy color: '#89029D'

red 137 ◦ green 2 ◦ blue 157

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

Shades of Dark Magenta #89029D

Tints of Dark Magenta #89029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 46.28%
G = 0.68%
B = 53.04%

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

#89029D (or 0x89029D) is known color: Dark Magenta. HEX triplet: 89, 02 and 9D. RGB value is (137,2,157). Sum of RGB (Red+Green+Blue) = 137+2+157=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #89029D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89029D is #76FD62. Grayscale: #3B3B3B. Windows color (decimal): -7798115 or 10289801. OLE color: 10289801.

HSL color Cylindrical-coordinate representation of color #89029D: hue angle of 292.26º degrees, saturation: 0.97, 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 #89029D is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 2 157 -
CMYK 0.13 0.99 0 0.38
HSL 292.26º 0.97% 0.31% -
HSV(B) 292.26º 0.99% 0.62% -
XYZ 16.42 7.8 32.54 -
YUV 60.04 182.73 182.9 -
System Red Green Blue C M Y K H S L
Decimal 137 2 157 0.13 0.99 0 0.38 292.26 0.97 0.31
Hex 89 2 9D D 63 0 26 124 61 1F
Octal 211 2 235 15 143 0 46 444 141 37
Binary 10001001 10 10011101 1101 1100011 0 100110 100100100 1100001 11111

Color Harmonies of #89029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89029D

Black with #89029D

Text Example


Text Example

White with #89029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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