Html Css Color HEX #981187 Dark Magenta

📋 copy color: '#981187'

red 152 ◦ green 17 ◦ blue 135

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

Shades of Dark Magenta #981187

Tints of Dark Magenta #981187

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.59%

 BLUE value IS 135 (53.13% from 255) = 44.41%

R = 50%
G = 5.59%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#981187 (or 0x981187) is known color: Dark Magenta. HEX triplet: 98, 11 and 87. RGB value is (152,17,135). Sum of RGB (Red+Green+Blue) = 152+17+135=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #981187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981187 is #67EE78. Grayscale: #464646. Windows color (decimal): -6811257 or 8851864. OLE color: 8851864.

HSL color Cylindrical-coordinate representation of color #981187: hue angle of 307.56º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981187 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 17 135 -
CMYK 0 0.89 0.11 0.40
HSL 307.56º 0.8% 0.33% -
HSV(B) 307.56º 0.89% 0.6% -
XYZ 17.52 8.83 23.7 -
YUV 70.82 164.23 185.91 -
System Red Green Blue C M Y K H S L
Decimal 152 17 135 0 0.89 0.11 0.40 307.56 0.8 0.33
Hex 98 11 87 0 59 B 28 134 50 21
Octal 230 21 207 0 131 13 50 464 120 41
Binary 10011000 10001 10000111 0 1011001 1011 101000 100110100 1010000 100001

Color Harmonies of #981187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981187

Black with #981187

Text Example


Text Example

White with #981187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981187; }

 p { color: rgb(152,17,135); }

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

background-color css

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

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

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

border-color css

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

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

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