Html Css Color HEX #89148F Dark Magenta

📋 copy color: '#89148F'

red 137 ◦ green 20 ◦ blue 143

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

Shades of Dark Magenta #89148F

Tints of Dark Magenta #89148F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.67%

R = 45.67%
G = 6.67%
B = 47.67%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#89148F (or 0x89148F) is known color: Dark Magenta. HEX triplet: 89, 14 and 8F. RGB value is (137,20,143). Sum of RGB (Red+Green+Blue) = 137+20+143=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #89148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89148F is #76EB70. Grayscale: #444444. Windows color (decimal): -7793521 or 9376905. OLE color: 9376905.

HSL color Cylindrical-coordinate representation of color #89148F: hue angle of 297.07º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #89148F is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 20 143 -
CMYK 0.04 0.86 0 0.44
HSL 297.07º 0.75% 0.32% -
HSV(B) 297.07º 0.86% 0.56% -
XYZ 15.52 7.8 26.67 -
YUV 69.01 169.76 176.5 -
System Red Green Blue C M Y K H S L
Decimal 137 20 143 0.04 0.86 0 0.44 297.07 0.75 0.32
Hex 89 14 8F 4 56 0 2C 129 4B 20
Octal 211 24 217 4 126 0 54 451 113 40
Binary 10001001 10100 10001111 100 1010110 0 101100 100101001 1001011 100000

Color Harmonies of #89148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89148F

Black with #89148F

Text Example


Text Example

White with #89148F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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