Html Css Color HEX #890FAB Dark Magenta

📋 copy color: '#890FAB'

red 137 ◦ green 15 ◦ blue 171

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

Shades of Dark Magenta #890FAB

Tints of Dark Magenta #890FAB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.64%

 BLUE value IS 171 (67.19% from 255) = 52.94%

R = 42.41%
G = 4.64%
B = 52.94%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#890FAB (or 0x890FAB) is known color: Dark Magenta. HEX triplet: 89, 0F and AB. RGB value is (137,15,171). Sum of RGB (Red+Green+Blue) = 137+15+171=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #890FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890FAB is #76F054. Grayscale: #444444. Windows color (decimal): -7794773 or 11210633. OLE color: 11210633.

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

Color convert

RGB 137 15 171 -
CMYK 0.20 0.91 0 0.33
HSL 286.92º 0.84% 0.36% -
HSV(B) 286.92º 0.91% 0.67% -
XYZ 17.84 8.6 39.25 -
YUV 69.26 185.42 176.32 -
System Red Green Blue C M Y K H S L
Decimal 137 15 171 0.20 0.91 0 0.33 286.92 0.84 0.36
Hex 89 F AB 14 5B 0 21 11F 54 24
Octal 211 17 253 24 133 0 41 437 124 44
Binary 10001001 1111 10101011 10100 1011011 0 100001 100011111 1010100 100100

Color Harmonies of #890FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890FAB

Black with #890FAB

Text Example


Text Example

White with #890FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,15,171); }

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

background-color css

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

 a { background-color: rgb(137,15,171); }

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

border-color css

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

 span { border-color: rgb(137,15,171); }

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