Html Css Color HEX #890CAD Dark Magenta

📋 copy color: '#890CAD'

red 137 ◦ green 12 ◦ blue 173

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

Shades of Dark Magenta #890CAD

Tints of Dark Magenta #890CAD

RGB

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

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

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

R = 42.55%
G = 3.73%
B = 53.73%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#890CAD (or 0x890CAD) is known color: Dark Magenta. HEX triplet: 89, 0C and AD. RGB value is (137,12,173). Sum of RGB (Red+Green+Blue) = 137+12+173=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #890CAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890CAD is #76F352. Grayscale: #434343. Windows color (decimal): -7795539 or 11340937. OLE color: 11340937.

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

Color convert

RGB 137 12 173 -
CMYK 0.21 0.93 0 0.32
HSL 286.58º 0.87% 0.36% -
HSV(B) 286.58º 0.93% 0.68% -
XYZ 17.99 8.6 40.25 -
YUV 67.73 187.41 177.41 -
System Red Green Blue C M Y K H S L
Decimal 137 12 173 0.21 0.93 0 0.32 286.58 0.87 0.36
Hex 89 C AD 15 5D 0 20 11F 57 24
Octal 211 14 255 25 135 0 40 437 127 44
Binary 10001001 1100 10101101 10101 1011101 0 100000 100011111 1010111 100100

Color Harmonies of #890CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CAD

Black with #890CAD

Text Example


Text Example

White with #890CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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