Html Css Color HEX #890BAC Dark Magenta

📋 copy color: '#890BAC'

red 137 ◦ green 11 ◦ blue 172

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

Shades of Dark Magenta #890BAC

Tints of Dark Magenta #890BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.75%

R = 42.81%
G = 3.44%
B = 53.75%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#890BAC (or 0x890BAC) is known color: Dark Magenta. HEX triplet: 89, 0B and AC. RGB value is (137,11,172). Sum of RGB (Red+Green+Blue) = 137+11+172=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #890BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890BAC is #76F453. Grayscale: #424242. Windows color (decimal): -7795796 or 11275145. OLE color: 11275145.

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

Color convert

RGB 137 11 172 -
CMYK 0.20 0.94 0 0.33
HSL 286.96º 0.88% 0.36% -
HSV(B) 286.96º 0.94% 0.67% -
XYZ 17.88 8.54 39.73 -
YUV 67.03 187.24 177.91 -
System Red Green Blue C M Y K H S L
Decimal 137 11 172 0.20 0.94 0 0.33 286.96 0.88 0.36
Hex 89 B AC 14 5E 0 21 11F 58 24
Octal 211 13 254 24 136 0 41 437 130 44
Binary 10001001 1011 10101100 10100 1011110 0 100001 100011111 1011000 100100

Color Harmonies of #890BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890BAC

Black with #890BAC

Text Example


Text Example

White with #890BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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