Html Css Color HEX #890B8C Dark Magenta

📋 copy color: '#890B8C'

red 137 ◦ green 11 ◦ blue 140

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

Shades of Dark Magenta #890B8C

Tints of Dark Magenta #890B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.61%

R = 47.57%
G = 3.82%
B = 48.61%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#890B8C (or 0x890B8C) is known color: Dark Magenta. HEX triplet: 89, 0B and 8C. RGB value is (137,11,140). Sum of RGB (Red+Green+Blue) = 137+11+140=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #890B8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890B8C is #76F473. Grayscale: #3E3E3E. Windows color (decimal): -7795828 or 9177993. OLE color: 9177993.

HSL color Cylindrical-coordinate representation of color #890B8C: hue angle of 298.6º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B8C is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 11 140 -
CMYK 0.02 0.92 0 0.45
HSL 298.6º 0.85% 0.3% -
HSV(B) 298.6º 0.92% 0.55% -
XYZ 15.17 7.45 25.45 -
YUV 63.38 171.24 180.51 -
System Red Green Blue C M Y K H S L
Decimal 137 11 140 0.02 0.92 0 0.45 298.6 0.85 0.3
Hex 89 B 8C 2 5C 0 2D 12B 55 1E
Octal 211 13 214 2 134 0 55 453 125 36
Binary 10001001 1011 10001100 10 1011100 0 101101 100101011 1010101 11110

Color Harmonies of #890B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B8C

Black with #890B8C

Text Example


Text Example

White with #890B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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