Html Css Color HEX #89029B Dark Magenta

📋 copy color: '#89029B'

red 137 ◦ green 2 ◦ blue 155

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

Shades of Dark Magenta #89029B

Tints of Dark Magenta #89029B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.72%

R = 46.6%
G = 0.68%
B = 52.72%

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

#89029B (or 0x89029B) is known color: Dark Magenta. HEX triplet: 89, 02 and 9B. RGB value is (137,2,155). Sum of RGB (Red+Green+Blue) = 137+2+155=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #89029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89029B is #76FD64. Grayscale: #3B3B3B. Windows color (decimal): -7798117 or 10158729. OLE color: 10158729.

HSL color Cylindrical-coordinate representation of color #89029B: hue angle of 292.94º 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 #89029B is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 2 155 -
CMYK 0.12 0.99 0 0.39
HSL 292.94º 0.97% 0.31% -
HSV(B) 292.94º 0.99% 0.61% -
XYZ 16.25 7.73 31.65 -
YUV 59.81 181.73 183.06 -
System Red Green Blue C M Y K H S L
Decimal 137 2 155 0.12 0.99 0 0.39 292.94 0.97 0.31
Hex 89 2 9B C 63 0 27 125 61 1F
Octal 211 2 233 14 143 0 47 445 141 37
Binary 10001001 10 10011011 1100 1100011 0 100111 100100101 1100001 11111

Color Harmonies of #89029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89029B

Black with #89029B

Text Example


Text Example

White with #89029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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