Html Css Color HEX #890CAA Dark Magenta

📋 copy color: '#890CAA'

red 137 ◦ green 12 ◦ blue 170

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

Shades of Dark Magenta #890CAA

Tints of Dark Magenta #890CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.29%

R = 42.95%
G = 3.76%
B = 53.29%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#890CAA (or 0x890CAA) is known color: Dark Magenta. HEX triplet: 89, 0C and AA. RGB value is (137,12,170). Sum of RGB (Red+Green+Blue) = 137+12+170=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #890CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890CAA is #76F355. Grayscale: #424242. Windows color (decimal): -7795542 or 11144329. OLE color: 11144329.

HSL color Cylindrical-coordinate representation of color #890CAA: hue angle of 287.47º 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 #890CAA is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 12 170 -
CMYK 0.19 0.93 0 0.33
HSL 287.47º 0.87% 0.36% -
HSV(B) 287.47º 0.93% 0.67% -
XYZ 17.7 8.48 38.73 -
YUV 67.39 185.91 177.65 -
System Red Green Blue C M Y K H S L
Decimal 137 12 170 0.19 0.93 0 0.33 287.47 0.87 0.36
Hex 89 C AA 13 5D 0 21 11F 57 24
Octal 211 14 252 23 135 0 41 437 127 44
Binary 10001001 1100 10101010 10011 1011101 0 100001 100011111 1010111 100100

Color Harmonies of #890CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CAA

Black with #890CAA

Text Example


Text Example

White with #890CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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