Html Css Color HEX #981D96 Dark Magenta

📋 copy color: '#981D96'

red 152 ◦ green 29 ◦ blue 150

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

Shades of Dark Magenta #981D96

Tints of Dark Magenta #981D96

RGB

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

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

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

R = 45.92%
G = 8.76%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#981D96 (or 0x981D96) is known color: Dark Magenta. HEX triplet: 98, 1D and 96. RGB value is (152,29,150). Sum of RGB (Red+Green+Blue) = 152+29+150=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #981D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981D96 is #67E269. Grayscale: #4F4F4F. Windows color (decimal): -6808170 or 9837976. OLE color: 9837976.

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

Color convert

RGB 152 29 150 -
CMYK 0 0.81 0.01 0.40
HSL 300.98º 0.68% 0.35% -
HSV(B) 300.98º 0.81% 0.6% -
XYZ 18.89 9.76 29.74 -
YUV 79.57 167.75 179.66 -
System Red Green Blue C M Y K H S L
Decimal 152 29 150 0 0.81 0.01 0.40 300.98 0.68 0.35
Hex 98 1D 96 0 51 1 28 12D 44 23
Octal 230 35 226 0 121 1 50 455 104 43
Binary 10011000 11101 10010110 0 1010001 1 101000 100101101 1000100 100011

Color Harmonies of #981D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D96

Black with #981D96

Text Example


Text Example

White with #981D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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