Html Css Color HEX #890894 Dark Magenta

📋 copy color: '#890894'

red 137 ◦ green 8 ◦ blue 148

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

Shades of Dark Magenta #890894

Tints of Dark Magenta #890894

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.73%

 BLUE value IS 148 (58.2% from 255) = 50.51%

R = 46.76%
G = 2.73%
B = 50.51%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#890894 (or 0x890894) is known color: Dark Magenta. HEX triplet: 89, 08 and 94. RGB value is (137,8,148). Sum of RGB (Red+Green+Blue) = 137+8+148=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #890894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890894 is #76F76B. Grayscale: #3E3E3E. Windows color (decimal): -7796588 or 9701513. OLE color: 9701513.

HSL color Cylindrical-coordinate representation of color #890894: hue angle of 295.29º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890894 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 8 148 -
CMYK 0.07 0.95 0 0.42
HSL 295.29º 0.9% 0.31% -
HSV(B) 295.29º 0.95% 0.58% -
XYZ 15.75 7.63 28.66 -
YUV 62.53 176.24 181.12 -
System Red Green Blue C M Y K H S L
Decimal 137 8 148 0.07 0.95 0 0.42 295.29 0.9 0.31
Hex 89 8 94 7 5F 0 2A 127 5A 1F
Octal 211 10 224 7 137 0 52 447 132 37
Binary 10001001 1000 10010100 111 1011111 0 101010 100100111 1011010 11111

Color Harmonies of #890894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890894

Black with #890894

Text Example


Text Example

White with #890894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890894; }

 p { color: rgb(137,8,148); }

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

background-color css

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

 a { background-color: rgb(137,8,148); }

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

border-color css

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

 span { border-color: rgb(137,8,148); }

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