Html Css Color HEX #981995 Dark Magenta

📋 copy color: '#981995'

red 152 ◦ green 25 ◦ blue 149

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

Shades of Dark Magenta #981995

Tints of Dark Magenta #981995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.71%

R = 46.63%
G = 7.67%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#981995 (or 0x981995) is known color: Dark Magenta. HEX triplet: 98, 19 and 95. RGB value is (152,25,149). Sum of RGB (Red+Green+Blue) = 152+25+149=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #981995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981995 is #67E66A. Grayscale: #4C4C4C. Windows color (decimal): -6809195 or 9771416. OLE color: 9771416.

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

Color convert

RGB 152 25 149 -
CMYK 0 0.84 0.02 0.40
HSL 301.42º 0.72% 0.35% -
HSV(B) 301.42º 0.84% 0.6% -
XYZ 18.72 9.54 29.29 -
YUV 77.11 168.58 181.42 -
System Red Green Blue C M Y K H S L
Decimal 152 25 149 0 0.84 0.02 0.40 301.42 0.72 0.35
Hex 98 19 95 0 54 2 28 12D 48 23
Octal 230 31 225 0 124 2 50 455 110 43
Binary 10011000 11001 10010101 0 1010100 10 101000 100101101 1001000 100011

Color Harmonies of #981995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981995

Black with #981995

Text Example


Text Example

White with #981995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981995; }

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

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

background-color css

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

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

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

border-color css

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

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

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