Html Css Color HEX #981590 Dark Magenta

📋 copy color: '#981590'

red 152 ◦ green 21 ◦ blue 144

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

Shades of Dark Magenta #981590

Tints of Dark Magenta #981590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.62%

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

R = 47.95%
G = 6.62%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#981590 (or 0x981590) is known color: Dark Magenta. HEX triplet: 98, 15 and 90. RGB value is (152,21,144). Sum of RGB (Red+Green+Blue) = 152+21+144=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #981590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981590 is #67EA6F. Grayscale: #494949. Windows color (decimal): -6810224 or 9442712. OLE color: 9442712.

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

Color convert

RGB 152 21 144 -
CMYK 0 0.86 0.05 0.40
HSL 303.66º 0.76% 0.34% -
HSV(B) 303.66º 0.86% 0.6% -
XYZ 18.25 9.23 27.2 -
YUV 74.19 167.4 183.5 -
System Red Green Blue C M Y K H S L
Decimal 152 21 144 0 0.86 0.05 0.40 303.66 0.76 0.34
Hex 98 15 90 0 56 5 28 130 4C 22
Octal 230 25 220 0 126 5 50 460 114 42
Binary 10011000 10101 10010000 0 1010110 101 101000 100110000 1001100 100010

Color Harmonies of #981590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981590

Black with #981590

Text Example


Text Example

White with #981590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981590; }

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

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

background-color css

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

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

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

border-color css

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

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

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