Html Css Color HEX #890BAA Dark Magenta

📋 copy color: '#890BAA'

red 137 ◦ green 11 ◦ blue 170

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

Shades of Dark Magenta #890BAA

Tints of Dark Magenta #890BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.46%

R = 43.08%
G = 3.46%
B = 53.46%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#890BAA (or 0x890BAA) is known color: Dark Magenta. HEX triplet: 89, 0B and AA. RGB value is (137,11,170). Sum of RGB (Red+Green+Blue) = 137+11+170=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #890BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890BAA is #76F455. Grayscale: #424242. Windows color (decimal): -7795798 or 11144073. OLE color: 11144073.

HSL color Cylindrical-coordinate representation of color #890BAA: hue angle of 287.55º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890BAA is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 11 170 -
CMYK 0.19 0.94 0 0.33
HSL 287.55º 0.88% 0.35% -
HSV(B) 287.55º 0.94% 0.67% -
XYZ 17.69 8.46 38.73 -
YUV 66.8 186.24 178.07 -
System Red Green Blue C M Y K H S L
Decimal 137 11 170 0.19 0.94 0 0.33 287.55 0.88 0.35
Hex 89 B AA 13 5E 0 21 120 58 23
Octal 211 13 252 23 136 0 41 440 130 43
Binary 10001001 1011 10101010 10011 1011110 0 100001 100100000 1011000 100011

Color Harmonies of #890BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890BAA

Black with #890BAA

Text Example


Text Example

White with #890BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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