Html Css Color HEX #981E9A Dark Magenta

📋 copy color: '#981E9A'

red 152 ◦ green 30 ◦ blue 154

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

Shades of Dark Magenta #981E9A

Tints of Dark Magenta #981E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.83%

R = 45.24%
G = 8.93%
B = 45.83%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#981E9A (or 0x981E9A) is known color: Dark Magenta. HEX triplet: 98, 1E and 9A. RGB value is (152,30,154). Sum of RGB (Red+Green+Blue) = 152+30+154=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #981E9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981E9A is #67E165. Grayscale: #505050. Windows color (decimal): -6807910 or 10100376. OLE color: 10100376.

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

Color convert

RGB 152 30 154 -
CMYK 0.01 0.81 0 0.40
HSL 299.03º 0.67% 0.36% -
HSV(B) 299.03º 0.81% 0.6% -
XYZ 19.25 9.94 31.48 -
YUV 80.61 169.42 178.92 -
System Red Green Blue C M Y K H S L
Decimal 152 30 154 0.01 0.81 0 0.40 299.03 0.67 0.36
Hex 98 1E 9A 1 51 0 28 12B 43 24
Octal 230 36 232 1 121 0 50 453 103 44
Binary 10011000 11110 10011010 1 1010001 0 101000 100101011 1000011 100100

Color Harmonies of #981E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981E9A

Black with #981E9A

Text Example


Text Example

White with #981E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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