Html Css Color HEX #981391 Dark Magenta

📋 copy color: '#981391'

red 152 ◦ green 19 ◦ blue 145

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

Shades of Dark Magenta #981391

Tints of Dark Magenta #981391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.01%

 BLUE value IS 145 (57.03% from 255) = 45.89%

R = 48.1%
G = 6.01%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#981391 (or 0x981391) is known color: Dark Magenta. HEX triplet: 98, 13 and 91. RGB value is (152,19,145). Sum of RGB (Red+Green+Blue) = 152+19+145=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #981391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981391 is #67EC6E. Grayscale: #484848. Windows color (decimal): -6810735 or 9507736. OLE color: 9507736.

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

Color convert

RGB 152 19 145 -
CMYK 0 0.87 0.05 0.40
HSL 303.16º 0.78% 0.34% -
HSV(B) 303.16º 0.88% 0.6% -
XYZ 18.29 9.19 27.6 -
YUV 73.13 168.56 184.25 -
System Red Green Blue C M Y K H S L
Decimal 152 19 145 0 0.87 0.05 0.40 303.16 0.78 0.34
Hex 98 13 91 0 57 5 28 12F 4E 22
Octal 230 23 221 0 127 5 50 457 116 42
Binary 10011000 10011 10010001 0 1010111 101 101000 100101111 1001110 100010

Color Harmonies of #981391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981391

Black with #981391

Text Example


Text Example

White with #981391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981391; }

 p { color: rgb(152,19,145); }

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

background-color css

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

 a { background-color: rgb(152,19,145); }

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

border-color css

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

 span { border-color: rgb(152,19,145); }

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