Html Css Color HEX #981E94 Dark Magenta

📋 copy color: '#981E94'

red 152 ◦ green 30 ◦ blue 148

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

Shades of Dark Magenta #981E94

Tints of Dark Magenta #981E94

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.09%

 BLUE value IS 148 (58.2% from 255) = 44.85%

R = 46.06%
G = 9.09%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#981E94 (or 0x981E94) is known color: Dark Magenta. HEX triplet: 98, 1E and 94. RGB value is (152,30,148). Sum of RGB (Red+Green+Blue) = 152+30+148=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #981E94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981E94 is #67E16B. Grayscale: #4F4F4F. Windows color (decimal): -6807916 or 9707160. OLE color: 9707160.

HSL color Cylindrical-coordinate representation of color #981E94: hue angle of 301.97º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981E94 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 30 148 -
CMYK 0 0.80 0.03 0.40
HSL 301.97º 0.67% 0.36% -
HSV(B) 301.97º 0.8% 0.6% -
XYZ 18.76 9.74 28.91 -
YUV 79.93 166.42 179.41 -
System Red Green Blue C M Y K H S L
Decimal 152 30 148 0 0.80 0.03 0.40 301.97 0.67 0.36
Hex 98 1E 94 0 50 3 28 12E 43 24
Octal 230 36 224 0 120 3 50 456 103 44
Binary 10011000 11110 10010100 0 1010000 11 101000 100101110 1000011 100100

Color Harmonies of #981E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981E94

Black with #981E94

Text Example


Text Example

White with #981E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,30,148); }

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

background-color css

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

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

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

border-color css

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

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

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