Html Css Color HEX #890D92 Dark Magenta

📋 copy color: '#890D92'

red 137 ◦ green 13 ◦ blue 146

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

Shades of Dark Magenta #890D92

Tints of Dark Magenta #890D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.32%

R = 46.28%
G = 4.39%
B = 49.32%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#890D92 (or 0x890D92) is known color: Dark Magenta. HEX triplet: 89, 0D and 92. RGB value is (137,13,146). Sum of RGB (Red+Green+Blue) = 137+13+146=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #890D92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #890D92 is #76F26D. Grayscale: #404040. Windows color (decimal): -7795310 or 9571721. OLE color: 9571721.

HSL color Cylindrical-coordinate representation of color #890D92: hue angle of 295.94º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890D92 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 13 146 -
CMYK 0.06 0.91 0 0.43
HSL 295.94º 0.84% 0.31% -
HSV(B) 295.94º 0.91% 0.57% -
XYZ 15.65 7.68 27.85 -
YUV 65.24 173.58 179.19 -
System Red Green Blue C M Y K H S L
Decimal 137 13 146 0.06 0.91 0 0.43 295.94 0.84 0.31
Hex 89 D 92 6 5B 0 2B 128 54 1F
Octal 211 15 222 6 133 0 53 450 124 37
Binary 10001001 1101 10010010 110 1011011 0 101011 100101000 1010100 11111

Color Harmonies of #890D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D92

Black with #890D92

Text Example


Text Example

White with #890D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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