Html Css Color HEX #89158B Dark Magenta

📋 copy color: '#89158B'

red 137 ◦ green 21 ◦ blue 139

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

Shades of Dark Magenta #89158B

Tints of Dark Magenta #89158B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.07%

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

R = 46.13%
G = 7.07%
B = 46.8%

CMYK

 C value IS 0.01

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89158B (or 0x89158B) is known color: Dark Magenta. HEX triplet: 89, 15 and 8B. RGB value is (137,21,139). Sum of RGB (Red+Green+Blue) = 137+21+139=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #89158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89158B is #76EA74. Grayscale: #444444. Windows color (decimal): -7793269 or 9115017. OLE color: 9115017.

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

Color convert

RGB 137 21 139 -
CMYK 0.01 0.85 0 0.45
HSL 298.98º 0.74% 0.31% -
HSV(B) 298.98º 0.85% 0.55% -
XYZ 15.24 7.72 25.11 -
YUV 69.14 167.43 176.41 -
System Red Green Blue C M Y K H S L
Decimal 137 21 139 0.01 0.85 0 0.45 298.98 0.74 0.31
Hex 89 15 8B 1 55 0 2D 12B 4A 1F
Octal 211 25 213 1 125 0 55 453 112 37
Binary 10001001 10101 10001011 1 1010101 0 101101 100101011 1001010 11111

Color Harmonies of #89158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89158B

Black with #89158B

Text Example


Text Example

White with #89158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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