Html Css Color HEX #890A8B Dark Magenta

📋 copy color: '#890A8B'

red 137 ◦ green 10 ◦ blue 139

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

Shades of Dark Magenta #890A8B

Tints of Dark Magenta #890A8B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.5%

 BLUE value IS 139 (54.69% from 255) = 48.6%

R = 47.9%
G = 3.5%
B = 48.6%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#890A8B (or 0x890A8B) is known color: Dark Magenta. HEX triplet: 89, 0A and 8B. RGB value is (137,10,139). Sum of RGB (Red+Green+Blue) = 137+10+139=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #890A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890A8B is #76F574. Grayscale: #3E3E3E. Windows color (decimal): -7796085 or 9112201. OLE color: 9112201.

HSL color Cylindrical-coordinate representation of color #890A8B: hue angle of 299.07º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A8B is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 137 10 139 -
CMYK 0.01 0.93 0 0.45
HSL 299.07º 0.87% 0.29% -
HSV(B) 299.07º 0.93% 0.55% -
XYZ 15.09 7.4 25.06 -
YUV 62.68 171.08 181.01 -
System Red Green Blue C M Y K H S L
Decimal 137 10 139 0.01 0.93 0 0.45 299.07 0.87 0.29
Hex 89 A 8B 1 5D 0 2D 12B 57 1D
Octal 211 12 213 1 135 0 55 453 127 35
Binary 10001001 1010 10001011 1 1011101 0 101101 100101011 1010111 11101

Color Harmonies of #890A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890A8B

Black with #890A8B

Text Example


Text Example

White with #890A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,10,139); }

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

background-color css

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

 a { background-color: rgb(137,10,139); }

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

border-color css

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

 span { border-color: rgb(137,10,139); }

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