Html Css Color HEX #890BA7 Dark Magenta

📋 copy color: '#890BA7'

red 137 ◦ green 11 ◦ blue 167

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

Shades of Dark Magenta #890BA7

Tints of Dark Magenta #890BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 53.02%

R = 43.49%
G = 3.49%
B = 53.02%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#890BA7 (or 0x890BA7) is known color: Dark Magenta. HEX triplet: 89, 0B and A7. RGB value is (137,11,167). Sum of RGB (Red+Green+Blue) = 137+11+167=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 167 (65.62% from 255 or 53.02% from 315); Max value from RGB is 167 - color contains mainly: blue. Hex color #890BA7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890BA7 is #76F458. Grayscale: #414141. Windows color (decimal): -7795801 or 10947465. OLE color: 10947465.

HSL color Cylindrical-coordinate representation of color #890BA7: hue angle of 288.46º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890BA7 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 137 11 167 -
CMYK 0.18 0.93 0 0.35
HSL 288.46º 0.88% 0.35% -
HSV(B) 288.46º 0.93% 0.65% -
XYZ 17.41 8.35 37.25 -
YUV 66.46 184.74 178.32 -
System Red Green Blue C M Y K H S L
Decimal 137 11 167 0.18 0.93 0 0.35 288.46 0.88 0.35
Hex 89 B A7 12 5D 0 23 120 58 23
Octal 211 13 247 22 135 0 43 440 130 43
Binary 10001001 1011 10100111 10010 1011101 0 100011 100100000 1011000 100011

Color Harmonies of #890BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890BA7

Black with #890BA7

Text Example


Text Example

White with #890BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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