Html Css Color HEX #890096 Dark Magenta

📋 copy color: '#890096'

red 137 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #890096

Tints of Dark Magenta #890096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.26%

R = 47.74%
G = 0%
B = 52.26%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#890096 (or 0x890096) is known color: Dark Magenta. HEX triplet: 89, 00 and 96. RGB value is (137,0,150). Sum of RGB (Red+Green+Blue) = 137+0+150=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #890096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890096 is #76FF69. Grayscale: #393939. Windows color (decimal): -7798634 or 9830537. OLE color: 9830537.

HSL color Cylindrical-coordinate representation of color #890096: hue angle of 294.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890096 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 0 150 -
CMYK 0.09 1 0 0.41
HSL 294.8º 1% 0.29% -
HSV(B) 294.8º 1% 0.59% -
XYZ 15.82 7.52 29.47 -
YUV 58.06 179.89 184.3 -
System Red Green Blue C M Y K H S L
Decimal 137 0 150 0.09 1 0 0.41 294.8 1 0.29
Hex 89 0 96 9 64 0 29 127 64 1D
Octal 211 0 226 11 144 0 51 447 144 35
Binary 10001001 0 10010110 1001 1100100 0 101001 100100111 1100100 11101

Color Harmonies of #890096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890096

Black with #890096

Text Example


Text Example

White with #890096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890096; }

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

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

background-color css

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

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

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

border-color css

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

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

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