Html Css Color HEX #981392 Dark Magenta

📋 copy color: '#981392'

red 152 ◦ green 19 ◦ blue 146

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

Shades of Dark Magenta #981392

Tints of Dark Magenta #981392

RGB

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

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

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

R = 47.95%
G = 5.99%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#981392 (or 0x981392) is known color: Dark Magenta. HEX triplet: 98, 13 and 92. RGB value is (152,19,146). Sum of RGB (Red+Green+Blue) = 152+19+146=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #981392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981392 is #67EC6D. Grayscale: #484848. Windows color (decimal): -6810734 or 9573272. OLE color: 9573272.

HSL color Cylindrical-coordinate representation of color #981392: hue angle of 302.71º 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 #981392 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 19 146 -
CMYK 0 0.87 0.04 0.40
HSL 302.71º 0.78% 0.34% -
HSV(B) 302.71º 0.88% 0.6% -
XYZ 18.37 9.22 28 -
YUV 73.25 169.06 184.17 -
System Red Green Blue C M Y K H S L
Decimal 152 19 146 0 0.87 0.04 0.40 302.71 0.78 0.34
Hex 98 13 92 0 57 4 28 12F 4E 22
Octal 230 23 222 0 127 4 50 457 116 42
Binary 10011000 10011 10010010 0 1010111 100 101000 100101111 1001110 100010

Color Harmonies of #981392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981392

Black with #981392

Text Example


Text Example

White with #981392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981392; }

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

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

background-color css

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

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

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

border-color css

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

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

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