Html Css Color HEX #89029F Dark Magenta

📋 copy color: '#89029F'

red 137 ◦ green 2 ◦ blue 159

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

Shades of Dark Magenta #89029F

Tints of Dark Magenta #89029F

RGB

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

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

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

R = 45.97%
G = 0.67%
B = 53.36%

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

#89029F (or 0x89029F) is known color: Dark Magenta. HEX triplet: 89, 02 and 9F. RGB value is (137,2,159). Sum of RGB (Red+Green+Blue) = 137+2+159=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #89029F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89029F is #76FD60. Grayscale: #3B3B3B. Windows color (decimal): -7798113 or 10420873. OLE color: 10420873.

HSL color Cylindrical-coordinate representation of color #89029F: hue angle of 291.59º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89029F is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 2 159 -
CMYK 0.14 0.99 0 0.38
HSL 291.59º 0.98% 0.32% -
HSV(B) 291.59º 0.99% 0.62% -
XYZ 16.6 7.86 33.44 -
YUV 60.26 183.73 182.73 -
System Red Green Blue C M Y K H S L
Decimal 137 2 159 0.14 0.99 0 0.38 291.59 0.98 0.32
Hex 89 2 9F E 63 0 26 124 62 20
Octal 211 2 237 16 143 0 46 444 142 40
Binary 10001001 10 10011111 1110 1100011 0 100110 100100100 1100010 100000

Color Harmonies of #89029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89029F

Black with #89029F

Text Example


Text Example

White with #89029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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