Html Css Color HEX #89028B Dark Magenta

📋 copy color: '#89028B'

red 137 ◦ green 2 ◦ blue 139

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

Shades of Dark Magenta #89028B

Tints of Dark Magenta #89028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50%

R = 49.28%
G = 0.72%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89028B (or 0x89028B) is known color: Dark Magenta. HEX triplet: 89, 02 and 8B. RGB value is (137,2,139). Sum of RGB (Red+Green+Blue) = 137+2+139=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #89028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89028B is #76FD74. Grayscale: #393939. Windows color (decimal): -7798133 or 9110153. OLE color: 9110153.

HSL color Cylindrical-coordinate representation of color #89028B: hue angle of 299.12º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89028B is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 2 139 -
CMYK 0.01 0.99 0 0.45
HSL 299.12º 0.97% 0.28% -
HSV(B) 299.12º 0.99% 0.55% -
XYZ 15 7.23 25.03 -
YUV 57.98 173.73 184.36 -
System Red Green Blue C M Y K H S L
Decimal 137 2 139 0.01 0.99 0 0.45 299.12 0.97 0.28
Hex 89 2 8B 1 63 0 2D 12B 61 1C
Octal 211 2 213 1 143 0 55 453 141 34
Binary 10001001 10 10001011 1 1100011 0 101101 100101011 1100001 11100

Color Harmonies of #89028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89028B

Black with #89028B

Text Example


Text Example

White with #89028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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