Html Css Color HEX #981396 Dark Magenta

📋 copy color: '#981396'

red 152 ◦ green 19 ◦ blue 150

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

Shades of Dark Magenta #981396

Tints of Dark Magenta #981396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.73%

R = 47.35%
G = 5.92%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#981396 (or 0x981396) is known color: Dark Magenta. HEX triplet: 98, 13 and 96. RGB value is (152,19,150). Sum of RGB (Red+Green+Blue) = 152+19+150=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #981396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981396 is #67EC69. Grayscale: #494949. Windows color (decimal): -6810730 or 9835416. OLE color: 9835416.

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

Color convert

RGB 152 19 150 -
CMYK 0 0.87 0.01 0.40
HSL 300.9º 0.78% 0.34% -
HSV(B) 300.9º 0.88% 0.6% -
XYZ 18.69 9.34 29.67 -
YUV 73.7 171.06 183.85 -
System Red Green Blue C M Y K H S L
Decimal 152 19 150 0 0.87 0.01 0.40 300.9 0.78 0.34
Hex 98 13 96 0 57 1 28 12D 4E 22
Octal 230 23 226 0 127 1 50 455 116 42
Binary 10011000 10011 10010110 0 1010111 1 101000 100101101 1001110 100010

Color Harmonies of #981396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981396

Black with #981396

Text Example


Text Example

White with #981396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981396; }

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

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

background-color css

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

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

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

border-color css

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

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

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