Html Css Color HEX #890895 Dark Magenta

📋 copy color: '#890895'

red 137 ◦ green 8 ◦ blue 149

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

Shades of Dark Magenta #890895

Tints of Dark Magenta #890895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.68%

R = 46.6%
G = 2.72%
B = 50.68%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#890895 (or 0x890895) is known color: Dark Magenta. HEX triplet: 89, 08 and 95. RGB value is (137,8,149). Sum of RGB (Red+Green+Blue) = 137+8+149=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #890895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890895 is #76F76A. Grayscale: #3E3E3E. Windows color (decimal): -7796587 or 9767049. OLE color: 9767049.

HSL color Cylindrical-coordinate representation of color #890895: hue angle of 294.89º 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 #890895 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 8 149 -
CMYK 0.08 0.95 0 0.42
HSL 294.89º 0.9% 0.31% -
HSV(B) 294.89º 0.95% 0.58% -
XYZ 15.83 7.66 29.08 -
YUV 62.65 176.74 181.04 -
System Red Green Blue C M Y K H S L
Decimal 137 8 149 0.08 0.95 0 0.42 294.89 0.9 0.31
Hex 89 8 95 8 5F 0 2A 127 5A 1F
Octal 211 10 225 10 137 0 52 447 132 37
Binary 10001001 1000 10010101 1000 1011111 0 101010 100100111 1011010 11111

Color Harmonies of #890895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890895

Black with #890895

Text Example


Text Example

White with #890895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890895; }

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

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

background-color css

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

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

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

border-color css

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

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

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