Html Css Color HEX #89108C Dark Magenta

📋 copy color: '#89108C'

red 137 ◦ green 16 ◦ blue 140

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

Shades of Dark Magenta #89108C

Tints of Dark Magenta #89108C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.46%

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

R = 46.76%
G = 5.46%
B = 47.78%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#89108C (or 0x89108C) is known color: Dark Magenta. HEX triplet: 89, 10 and 8C. RGB value is (137,16,140). Sum of RGB (Red+Green+Blue) = 137+16+140=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #89108C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89108C is #76EF73. Grayscale: #414141. Windows color (decimal): -7794548 or 9179273. OLE color: 9179273.

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

Color convert

RGB 137 16 140 -
CMYK 0.02 0.89 0 0.45
HSL 298.55º 0.79% 0.31% -
HSV(B) 298.55º 0.89% 0.55% -
XYZ 15.24 7.58 25.47 -
YUV 66.32 169.59 178.42 -
System Red Green Blue C M Y K H S L
Decimal 137 16 140 0.02 0.89 0 0.45 298.55 0.79 0.31
Hex 89 10 8C 2 59 0 2D 12B 4F 1F
Octal 211 20 214 2 131 0 55 453 117 37
Binary 10001001 10000 10001100 10 1011001 0 101101 100101011 1001111 11111

Color Harmonies of #89108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89108C

Black with #89108C

Text Example


Text Example

White with #89108C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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