Html Css Color HEX #89029C Dark Magenta

📋 copy color: '#89029C'

red 137 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #89029C

Tints of Dark Magenta #89029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52.88%

R = 46.44%
G = 0.68%
B = 52.88%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89029C (or 0x89029C) is known color: Dark Magenta. HEX triplet: 89, 02 and 9C. RGB value is (137,2,156). Sum of RGB (Red+Green+Blue) = 137+2+156=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #89029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89029C is #76FD63. Grayscale: #3B3B3B. Windows color (decimal): -7798116 or 10224265. OLE color: 10224265.

HSL color Cylindrical-coordinate representation of color #89029C: hue angle of 292.6º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89029C is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 2 156 -
CMYK 0.12 0.99 0 0.39
HSL 292.6º 0.97% 0.31% -
HSV(B) 292.6º 0.99% 0.61% -
XYZ 16.34 7.76 32.09 -
YUV 59.92 182.23 182.98 -
System Red Green Blue C M Y K H S L
Decimal 137 2 156 0.12 0.99 0 0.39 292.6 0.97 0.31
Hex 89 2 9C C 63 0 27 125 61 1F
Octal 211 2 234 14 143 0 47 445 141 37
Binary 10001001 10 10011100 1100 1100011 0 100111 100100101 1100001 11111

Color Harmonies of #89029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89029C

Black with #89029C

Text Example


Text Example

White with #89029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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