Html Css Color HEX #981996 Dark Magenta

📋 copy color: '#981996'

red 152 ◦ green 25 ◦ blue 150

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

Shades of Dark Magenta #981996

Tints of Dark Magenta #981996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.65%

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

R = 46.48%
G = 7.65%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#981996 (or 0x981996) is known color: Dark Magenta. HEX triplet: 98, 19 and 96. RGB value is (152,25,150). Sum of RGB (Red+Green+Blue) = 152+25+150=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #981996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981996 is #67E669. Grayscale: #4C4C4C. Windows color (decimal): -6809194 or 9836952. OLE color: 9836952.

HSL color Cylindrical-coordinate representation of color #981996: hue angle of 300.94º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981996 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 25 150 -
CMYK 0 0.84 0.01 0.40
HSL 300.94º 0.72% 0.35% -
HSV(B) 300.94º 0.84% 0.6% -
XYZ 18.8 9.57 29.71 -
YUV 77.22 169.08 181.34 -
System Red Green Blue C M Y K H S L
Decimal 152 25 150 0 0.84 0.01 0.40 300.94 0.72 0.35
Hex 98 19 96 0 54 1 28 12D 48 23
Octal 230 31 226 0 124 1 50 455 110 43
Binary 10011000 11001 10010110 0 1010100 1 101000 100101101 1001000 100011

Color Harmonies of #981996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981996

Black with #981996

Text Example


Text Example

White with #981996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981996; }

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

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

background-color css

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

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

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

border-color css

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

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

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