Html Css Color HEX #890FAC Dark Magenta

📋 copy color: '#890FAC'

red 137 ◦ green 15 ◦ blue 172

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

Shades of Dark Magenta #890FAC

Tints of Dark Magenta #890FAC

RGB

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

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

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

R = 42.28%
G = 4.63%
B = 53.09%

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

#890FAC (or 0x890FAC) is known color: Dark Magenta. HEX triplet: 89, 0F and AC. RGB value is (137,15,172). Sum of RGB (Red+Green+Blue) = 137+15+172=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #890FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890FAC is #76F053. Grayscale: #444444. Windows color (decimal): -7794772 or 11276169. OLE color: 11276169.

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

Color convert

RGB 137 15 172 -
CMYK 0.20 0.91 0 0.33
HSL 286.62º 0.84% 0.37% -
HSV(B) 286.62º 0.91% 0.67% -
XYZ 17.93 8.64 39.75 -
YUV 69.38 185.92 176.23 -
System Red Green Blue C M Y K H S L
Decimal 137 15 172 0.20 0.91 0 0.33 286.62 0.84 0.37
Hex 89 F AC 14 5B 0 21 11F 54 25
Octal 211 17 254 24 133 0 41 437 124 45
Binary 10001001 1111 10101100 10100 1011011 0 100001 100011111 1010100 100101

Color Harmonies of #890FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890FAC

Black with #890FAC

Text Example


Text Example

White with #890FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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