Html Css Color HEX #890BAD Dark Magenta

📋 copy color: '#890BAD'

red 137 ◦ green 11 ◦ blue 173

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

Shades of Dark Magenta #890BAD

Tints of Dark Magenta #890BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.89%

R = 42.68%
G = 3.43%
B = 53.89%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#890BAD (or 0x890BAD) is known color: Dark Magenta. HEX triplet: 89, 0B and AD. RGB value is (137,11,173). Sum of RGB (Red+Green+Blue) = 137+11+173=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #890BAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890BAD is #76F452. Grayscale: #424242. Windows color (decimal): -7795795 or 11340681. OLE color: 11340681.

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

Color convert

RGB 137 11 173 -
CMYK 0.21 0.94 0 0.32
HSL 286.67º 0.88% 0.36% -
HSV(B) 286.67º 0.94% 0.68% -
XYZ 17.98 8.57 40.24 -
YUV 67.14 187.74 177.83 -
System Red Green Blue C M Y K H S L
Decimal 137 11 173 0.21 0.94 0 0.32 286.67 0.88 0.36
Hex 89 B AD 15 5E 0 20 11F 58 24
Octal 211 13 255 25 136 0 40 437 130 44
Binary 10001001 1011 10101101 10101 1011110 0 100000 100011111 1011000 100100

Color Harmonies of #890BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890BAD

Black with #890BAD

Text Example


Text Example

White with #890BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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