Html Css Color HEX #890395 Dark Magenta

📋 copy color: '#890395'

red 137 ◦ green 3 ◦ blue 149

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

Shades of Dark Magenta #890395

Tints of Dark Magenta #890395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

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

R = 47.4%
G = 1.04%
B = 51.56%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#890395 (or 0x890395) is known color: Dark Magenta. HEX triplet: 89, 03 and 95. RGB value is (137,3,149). Sum of RGB (Red+Green+Blue) = 137+3+149=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #890395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890395 is #76FC6A. Grayscale: #3B3B3B. Windows color (decimal): -7797867 or 9765769. OLE color: 9765769.

HSL color Cylindrical-coordinate representation of color #890395: hue angle of 295.07º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #890395 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 3 149 -
CMYK 0.08 0.98 0 0.42
HSL 295.07º 0.96% 0.3% -
HSV(B) 295.07º 0.98% 0.58% -
XYZ 15.77 7.55 29.06 -
YUV 59.71 178.39 183.13 -
System Red Green Blue C M Y K H S L
Decimal 137 3 149 0.08 0.98 0 0.42 295.07 0.96 0.3
Hex 89 3 95 8 62 0 2A 127 60 1E
Octal 211 3 225 10 142 0 52 447 140 36
Binary 10001001 11 10010101 1000 1100010 0 101010 100100111 1100000 11110

Color Harmonies of #890395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890395

Black with #890395

Text Example


Text Example

White with #890395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890395; }

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

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

background-color css

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

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

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

border-color css

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

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

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