Html Css Color HEX #890296 Dark Magenta

📋 copy color: '#890296'

red 137 ◦ green 2 ◦ blue 150

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

Shades of Dark Magenta #890296

Tints of Dark Magenta #890296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 47.4%
G = 0.69%
B = 51.9%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#890296 (or 0x890296) is known color: Dark Magenta. HEX triplet: 89, 02 and 96. RGB value is (137,2,150). Sum of RGB (Red+Green+Blue) = 137+2+150=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #890296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890296 is #76FD69. Grayscale: #3A3A3A. Windows color (decimal): -7798122 or 9831049. OLE color: 9831049.

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

Color convert

RGB 137 2 150 -
CMYK 0.09 0.99 0 0.41
HSL 294.73º 0.97% 0.3% -
HSV(B) 294.73º 0.99% 0.59% -
XYZ 15.84 7.56 29.48 -
YUV 59.24 179.23 183.47 -
System Red Green Blue C M Y K H S L
Decimal 137 2 150 0.09 0.99 0 0.41 294.73 0.97 0.3
Hex 89 2 96 9 63 0 29 127 61 1E
Octal 211 2 226 11 143 0 51 447 141 36
Binary 10001001 10 10010110 1001 1100011 0 101001 100100111 1100001 11110

Color Harmonies of #890296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890296

Black with #890296

Text Example


Text Example

White with #890296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890296; }

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

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

background-color css

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

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

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

border-color css

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

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

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