Html Css Color HEX #89008E Dark Magenta

📋 copy color: '#89008E'

red 137 ◦ green 0 ◦ blue 142

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

Shades of Dark Magenta #89008E

Tints of Dark Magenta #89008E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 142 (55.86% from 255) = 50.9%

R = 49.1%
G = 0%
B = 50.9%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#89008E (or 0x89008E) is known color: Dark Magenta. HEX triplet: 89, 00 and 8E. RGB value is (137,0,142). Sum of RGB (Red+Green+Blue) = 137+0+142=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #89008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #89008E is #76FF71. Grayscale: #383838. Windows color (decimal): -7798642 or 9306249. OLE color: 9306249.

HSL color Cylindrical-coordinate representation of color #89008E: hue angle of 297.89º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89008E is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 0 142 -
CMYK 0.04 1 0 0.44
HSL 297.89º 1% 0.28% -
HSV(B) 297.89º 1% 0.56% -
XYZ 15.2 7.27 26.19 -
YUV 57.15 175.89 184.95 -
System Red Green Blue C M Y K H S L
Decimal 137 0 142 0.04 1 0 0.44 297.89 1 0.28
Hex 89 0 8E 4 64 0 2C 12A 64 1C
Octal 211 0 216 4 144 0 54 452 144 34
Binary 10001001 0 10001110 100 1100100 0 101100 100101010 1100100 11100

Color Harmonies of #89008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89008E

Black with #89008E

Text Example


Text Example

White with #89008E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89008E; }

 p { color: rgb(137,0,142); }

 H1.HeaderClassName
 {
   color: #89008E;
 }
 .AnyTagClassName
 {
   color: #89008E;
 }
</style>

background-color css

<style>
 a { background-color: #89008E; }

 a { background-color: rgb(137,0,142); }

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

border-color css

<style>
 span { border-color: #89008E; }

 span { border-color: rgb(137,0,142); }

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