Html Css Color HEX #981C9F Dark Magenta

📋 copy color: '#981C9F'

red 152 ◦ green 28 ◦ blue 159

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

Shades of Dark Magenta #981C9F

Tints of Dark Magenta #981C9F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.26%

 BLUE value IS 159 (62.5% from 255) = 46.9%

R = 44.84%
G = 8.26%
B = 46.9%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#981C9F (or 0x981C9F) is known color: Dark Magenta. HEX triplet: 98, 1C and 9F. RGB value is (152,28,159). Sum of RGB (Red+Green+Blue) = 152+28+159=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #981C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981C9F is #67E360. Grayscale: #4F4F4F. Windows color (decimal): -6808417 or 10427544. OLE color: 10427544.

HSL color Cylindrical-coordinate representation of color #981C9F: hue angle of 296.79º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C9F is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 28 159 -
CMYK 0.04 0.82 0 0.38
HSL 296.79º 0.7% 0.37% -
HSV(B) 296.79º 0.82% 0.62% -
XYZ 19.62 10.01 33.7 -
YUV 80.01 172.58 179.35 -
System Red Green Blue C M Y K H S L
Decimal 152 28 159 0.04 0.82 0 0.38 296.79 0.7 0.37
Hex 98 1C 9F 4 52 0 26 129 46 25
Octal 230 34 237 4 122 0 46 451 106 45
Binary 10011000 11100 10011111 100 1010010 0 100110 100101001 1000110 100101

Color Harmonies of #981C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C9F

Black with #981C9F

Text Example


Text Example

White with #981C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981C9F; }

 p { color: rgb(152,28,159); }

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

background-color css

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

 a { background-color: rgb(152,28,159); }

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

border-color css

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

 span { border-color: rgb(152,28,159); }

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