Html Css Color HEX #890B91 Dark Magenta

📋 copy color: '#890B91'

red 137 ◦ green 11 ◦ blue 145

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

Shades of Dark Magenta #890B91

Tints of Dark Magenta #890B91

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.75%

 BLUE value IS 145 (57.03% from 255) = 49.49%

R = 46.76%
G = 3.75%
B = 49.49%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#890B91 (or 0x890B91) is known color: Dark Magenta. HEX triplet: 89, 0B and 91. RGB value is (137,11,145). Sum of RGB (Red+Green+Blue) = 137+11+145=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #890B91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890B91 is #76F46E. Grayscale: #3F3F3F. Windows color (decimal): -7795823 or 9505673. OLE color: 9505673.

HSL color Cylindrical-coordinate representation of color #890B91: hue angle of 296.42º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B91 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 11 145 -
CMYK 0.06 0.92 0 0.43
HSL 296.42º 0.86% 0.31% -
HSV(B) 296.42º 0.92% 0.57% -
XYZ 15.55 7.6 27.44 -
YUV 63.95 173.74 180.1 -
System Red Green Blue C M Y K H S L
Decimal 137 11 145 0.06 0.92 0 0.43 296.42 0.86 0.31
Hex 89 B 91 6 5C 0 2B 128 56 1F
Octal 211 13 221 6 134 0 53 450 126 37
Binary 10001001 1011 10010001 110 1011100 0 101011 100101000 1010110 11111

Color Harmonies of #890B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B91

Black with #890B91

Text Example


Text Example

White with #890B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890B91; }

 p { color: rgb(137,11,145); }

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

background-color css

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

 a { background-color: rgb(137,11,145); }

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

border-color css

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

 span { border-color: rgb(137,11,145); }

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