Html Css Color HEX #890CAB Dark Magenta

📋 copy color: '#890CAB'

red 137 ◦ green 12 ◦ blue 171

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

Shades of Dark Magenta #890CAB

Tints of Dark Magenta #890CAB

RGB

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

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

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

R = 42.81%
G = 3.75%
B = 53.44%

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

#890CAB (or 0x890CAB) is known color: Dark Magenta. HEX triplet: 89, 0C and AB. RGB value is (137,12,171). Sum of RGB (Red+Green+Blue) = 137+12+171=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #890CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890CAB is #76F354. Grayscale: #424242. Windows color (decimal): -7795541 or 11209865. OLE color: 11209865.

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

Color convert

RGB 137 12 171 -
CMYK 0.20 0.93 0 0.33
HSL 287.17º 0.87% 0.36% -
HSV(B) 287.17º 0.93% 0.67% -
XYZ 17.8 8.52 39.23 -
YUV 67.5 186.41 177.57 -
System Red Green Blue C M Y K H S L
Decimal 137 12 171 0.20 0.93 0 0.33 287.17 0.87 0.36
Hex 89 C AB 14 5D 0 21 11F 57 24
Octal 211 14 253 24 135 0 41 437 127 44
Binary 10001001 1100 10101011 10100 1011101 0 100001 100011111 1010111 100100

Color Harmonies of #890CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890CAB

Black with #890CAB

Text Example


Text Example

White with #890CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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