Html Css Color HEX #981190 Dark Magenta

📋 copy color: '#981190'

red 152 ◦ green 17 ◦ blue 144

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

Shades of Dark Magenta #981190

Tints of Dark Magenta #981190

RGB

 RED value IS 152 (59.77% from 255) = 48.56%

 GREEN value IS 17 (7.03% from 255) = 5.43%

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 48.56%
G = 5.43%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#981190 (or 0x981190) is known color: Dark Magenta. HEX triplet: 98, 11 and 90. RGB value is (152,17,144). Sum of RGB (Red+Green+Blue) = 152+17+144=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #981190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981190 is #67EE6F. Grayscale: #474747. Windows color (decimal): -6811248 or 9441688. OLE color: 9441688.

HSL color Cylindrical-coordinate representation of color #981190: hue angle of 303.56º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981190 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 17 144 -
CMYK 0 0.89 0.05 0.40
HSL 303.56º 0.8% 0.33% -
HSV(B) 303.56º 0.89% 0.6% -
XYZ 18.18 9.09 27.18 -
YUV 71.84 168.73 185.17 -
System Red Green Blue C M Y K H S L
Decimal 152 17 144 0 0.89 0.05 0.40 303.56 0.8 0.33
Hex 98 11 90 0 59 5 28 130 50 21
Octal 230 21 220 0 131 5 50 460 120 41
Binary 10011000 10001 10010000 0 1011001 101 101000 100110000 1010000 100001

Color Harmonies of #981190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981190

Black with #981190

Text Example


Text Example

White with #981190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981190; }

 p { color: rgb(152,17,144); }

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

background-color css

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

 a { background-color: rgb(152,17,144); }

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

border-color css

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

 span { border-color: rgb(152,17,144); }

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