Html Css Color HEX #981E9F Dark Magenta

📋 copy color: '#981E9F'

red 152 ◦ green 30 ◦ blue 159

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

Shades of Dark Magenta #981E9F

Tints of Dark Magenta #981E9F

RGB

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

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

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

R = 44.57%
G = 8.8%
B = 46.63%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#981E9F (or 0x981E9F) is known color: Dark Magenta. HEX triplet: 98, 1E and 9F. RGB value is (152,30,159). Sum of RGB (Red+Green+Blue) = 152+30+159=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #981E9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981E9F is #67E160. Grayscale: #505050. Windows color (decimal): -6807905 or 10428056. OLE color: 10428056.

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

Color convert

RGB 152 30 159 -
CMYK 0.04 0.81 0 0.38
HSL 296.74º 0.68% 0.37% -
HSV(B) 296.74º 0.81% 0.62% -
XYZ 19.67 10.11 33.71 -
YUV 81.18 171.92 178.51 -
System Red Green Blue C M Y K H S L
Decimal 152 30 159 0.04 0.81 0 0.38 296.74 0.68 0.37
Hex 98 1E 9F 4 51 0 26 129 44 25
Octal 230 36 237 4 121 0 46 451 104 45
Binary 10011000 11110 10011111 100 1010001 0 100110 100101001 1000100 100101

Color Harmonies of #981E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981E9F

Black with #981E9F

Text Example


Text Example

White with #981E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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