Html Css Color HEX #981D98 Dark Magenta

📋 copy color: '#981D98'

red 152 ◦ green 29 ◦ blue 152

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

Shades of Dark Magenta #981D98

Tints of Dark Magenta #981D98

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.71%

 BLUE value IS 152 (59.77% from 255) = 45.65%

R = 45.65%
G = 8.71%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#981D98 (or 0x981D98) is known color: Dark Magenta. HEX triplet: 98, 1D and 98. RGB value is (152,29,152). Sum of RGB (Red+Green+Blue) = 152+29+152=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #981D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981D98 is #67E267. Grayscale: #4F4F4F. Windows color (decimal): -6808168 or 9969048. OLE color: 9969048.

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

Color convert

RGB 152 29 152 -
CMYK 0 0.81 0 0.40
HSL 300º 0.68% 0.35% -
HSV(B) 300º 0.81% 0.6% -
XYZ 19.06 9.82 30.6 -
YUV 79.8 168.75 179.5 -
System Red Green Blue C M Y K H S L
Decimal 152 29 152 0 0.81 0 0.40 300 0.68 0.35
Hex 98 1D 98 0 51 0 28 12C 44 23
Octal 230 35 230 0 121 0 50 454 104 43
Binary 10011000 11101 10011000 0 1010001 0 101000 100101100 1000100 100011

Color Harmonies of #981D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D98

Black with #981D98

Text Example


Text Example

White with #981D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,29,152); }

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

background-color css

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

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

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

border-color css

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

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

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