Html Css Color HEX #890CAC Dark Magenta

📋 copy color: '#890CAC'

red 137 ◦ green 12 ◦ blue 172

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

Shades of Dark Magenta #890CAC

Tints of Dark Magenta #890CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.74%

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

R = 42.68%
G = 3.74%
B = 53.58%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#890CAC (or 0x890CAC) is known color: Dark Magenta. HEX triplet: 89, 0C and AC. RGB value is (137,12,172). Sum of RGB (Red+Green+Blue) = 137+12+172=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #890CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890CAC is #76F353. Grayscale: #434343. Windows color (decimal): -7795540 or 11275401. OLE color: 11275401.

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

Color convert

RGB 137 12 172 -
CMYK 0.20 0.93 0 0.33
HSL 286.88º 0.87% 0.36% -
HSV(B) 286.88º 0.93% 0.67% -
XYZ 17.89 8.56 39.74 -
YUV 67.62 186.91 177.49 -
System Red Green Blue C M Y K H S L
Decimal 137 12 172 0.20 0.93 0 0.33 286.88 0.87 0.36
Hex 89 C AC 14 5D 0 21 11F 57 24
Octal 211 14 254 24 135 0 41 437 127 44
Binary 10001001 1100 10101100 10100 1011101 0 100001 100011111 1010111 100100

Color Harmonies of #890CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CAC

Black with #890CAC

Text Example


Text Example

White with #890CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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