Html Css Color HEX #890B9D Dark Magenta

📋 copy color: '#890B9D'

red 137 ◦ green 11 ◦ blue 157

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

Shades of Dark Magenta #890B9D

Tints of Dark Magenta #890B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.48%

R = 44.92%
G = 3.61%
B = 51.48%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#890B9D (or 0x890B9D) is known color: Dark Magenta. HEX triplet: 89, 0B and 9D. RGB value is (137,11,157). Sum of RGB (Red+Green+Blue) = 137+11+157=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #890B9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890B9D is #76F462. Grayscale: #404040. Windows color (decimal): -7795811 or 10292105. OLE color: 10292105.

HSL color Cylindrical-coordinate representation of color #890B9D: hue angle of 291.78º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890B9D is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 11 157 -
CMYK 0.13 0.93 0 0.38
HSL 291.78º 0.87% 0.33% -
HSV(B) 291.78º 0.93% 0.62% -
XYZ 16.52 7.99 32.57 -
YUV 65.32 179.74 179.13 -
System Red Green Blue C M Y K H S L
Decimal 137 11 157 0.13 0.93 0 0.38 291.78 0.87 0.33
Hex 89 B 9D D 5D 0 26 124 57 21
Octal 211 13 235 15 135 0 46 444 127 41
Binary 10001001 1011 10011101 1101 1011101 0 100110 100100100 1010111 100001

Color Harmonies of #890B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B9D

Black with #890B9D

Text Example


Text Example

White with #890B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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