Html Css Color HEX #890D95 Dark Magenta

📋 copy color: '#890D95'

red 137 ◦ green 13 ◦ blue 149

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

Shades of Dark Magenta #890D95

Tints of Dark Magenta #890D95

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.35%

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

R = 45.82%
G = 4.35%
B = 49.83%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#890D95 (or 0x890D95) is known color: Dark Magenta. HEX triplet: 89, 0D and 95. RGB value is (137,13,149). Sum of RGB (Red+Green+Blue) = 137+13+149=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #890D95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890D95 is #76F26A. Grayscale: #414141. Windows color (decimal): -7795307 or 9768329. OLE color: 9768329.

HSL color Cylindrical-coordinate representation of color #890D95: hue angle of 294.71º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890D95 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 13 149 -
CMYK 0.08 0.91 0 0.42
HSL 294.71º 0.84% 0.32% -
HSV(B) 294.71º 0.91% 0.58% -
XYZ 15.89 7.78 29.1 -
YUV 65.58 175.08 178.94 -
System Red Green Blue C M Y K H S L
Decimal 137 13 149 0.08 0.91 0 0.42 294.71 0.84 0.32
Hex 89 D 95 8 5B 0 2A 127 54 20
Octal 211 15 225 10 133 0 52 447 124 40
Binary 10001001 1101 10010101 1000 1011011 0 101010 100100111 1010100 100000

Color Harmonies of #890D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D95

Black with #890D95

Text Example


Text Example

White with #890D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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