Html Css Color HEX #89148B Dark Magenta

📋 copy color: '#89148B'

red 137 ◦ green 20 ◦ blue 139

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

Shades of Dark Magenta #89148B

Tints of Dark Magenta #89148B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.76%

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

R = 46.28%
G = 6.76%
B = 46.96%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89148B (or 0x89148B) is known color: Dark Magenta. HEX triplet: 89, 14 and 8B. RGB value is (137,20,139). Sum of RGB (Red+Green+Blue) = 137+20+139=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #89148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89148B is #76EB74. Grayscale: #444444. Windows color (decimal): -7793525 or 9114761. OLE color: 9114761.

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

Color convert

RGB 137 20 139 -
CMYK 0.01 0.86 0 0.45
HSL 298.99º 0.75% 0.31% -
HSV(B) 298.99º 0.86% 0.55% -
XYZ 15.23 7.68 25.11 -
YUV 68.55 167.76 176.82 -
System Red Green Blue C M Y K H S L
Decimal 137 20 139 0.01 0.86 0 0.45 298.99 0.75 0.31
Hex 89 14 8B 1 56 0 2D 12B 4B 1F
Octal 211 24 213 1 126 0 55 453 113 37
Binary 10001001 10100 10001011 1 1010110 0 101101 100101011 1001011 11111

Color Harmonies of #89148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89148B

Black with #89148B

Text Example


Text Example

White with #89148B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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