Html Css Color HEX #890D98 Dark Magenta

📋 copy color: '#890D98'

red 137 ◦ green 13 ◦ blue 152

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

Shades of Dark Magenta #890D98

Tints of Dark Magenta #890D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 50.33%

R = 45.36%
G = 4.3%
B = 50.33%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#890D98 (or 0x890D98) is known color: Dark Magenta. HEX triplet: 89, 0D and 98. RGB value is (137,13,152). Sum of RGB (Red+Green+Blue) = 137+13+152=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #890D98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890D98 is #76F267. Grayscale: #414141. Windows color (decimal): -7795304 or 9964937. OLE color: 9964937.

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

Color convert

RGB 137 13 152 -
CMYK 0.10 0.91 0 0.40
HSL 293.53º 0.84% 0.32% -
HSV(B) 293.53º 0.91% 0.6% -
XYZ 16.13 7.87 30.38 -
YUV 65.92 176.58 178.7 -
System Red Green Blue C M Y K H S L
Decimal 137 13 152 0.10 0.91 0 0.40 293.53 0.84 0.32
Hex 89 D 98 A 5B 0 28 126 54 20
Octal 211 15 230 12 133 0 50 446 124 40
Binary 10001001 1101 10011000 1010 1011011 0 101000 100100110 1010100 100000

Color Harmonies of #890D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D98

Black with #890D98

Text Example


Text Example

White with #890D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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