Html Css Color HEX #89128C Dark Magenta

📋 copy color: '#89128C'

red 137 ◦ green 18 ◦ blue 140

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

Shades of Dark Magenta #89128C

Tints of Dark Magenta #89128C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.1%

 BLUE value IS 140 (55.08% from 255) = 47.46%

R = 46.44%
G = 6.1%
B = 47.46%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89128C (or 0x89128C) is known color: Dark Magenta. HEX triplet: 89, 12 and 8C. RGB value is (137,18,140). Sum of RGB (Red+Green+Blue) = 137+18+140=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #89128C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89128C is #76ED73. Grayscale: #434343. Windows color (decimal): -7794036 or 9179785. OLE color: 9179785.

HSL color Cylindrical-coordinate representation of color #89128C: hue angle of 298.52º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #89128C is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 18 140 -
CMYK 0.02 0.87 0 0.45
HSL 298.52º 0.77% 0.31% -
HSV(B) 298.52º 0.87% 0.55% -
XYZ 15.27 7.64 25.48 -
YUV 67.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 137 18 140 0.02 0.87 0 0.45 298.52 0.77 0.31
Hex 89 12 8C 2 57 0 2D 12B 4D 1F
Octal 211 22 214 2 127 0 55 453 115 37
Binary 10001001 10010 10001100 10 1010111 0 101101 100101011 1001101 11111

Color Harmonies of #89128C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89128C

Black with #89128C

Text Example


Text Example

White with #89128C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89128C; }

 p { color: rgb(137,18,140); }

 H1.HeaderClassName
 {
   color: #89128C;
 }
 .AnyTagClassName
 {
   color: #89128C;
 }
</style>

background-color css

<style>
 a { background-color: #89128C; }

 a { background-color: rgb(137,18,140); }

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

border-color css

<style>
 span { border-color: #89128C; }

 span { border-color: rgb(137,18,140); }

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