Html Css Color HEX #981287 Dark Magenta

📋 copy color: '#981287'

red 152 ◦ green 18 ◦ blue 135

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

Shades of Dark Magenta #981287

Tints of Dark Magenta #981287

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.9%

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

R = 49.84%
G = 5.9%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#981287 (or 0x981287) is known color: Dark Magenta. HEX triplet: 98, 12 and 87. RGB value is (152,18,135). Sum of RGB (Red+Green+Blue) = 152+18+135=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #981287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981287 is #67ED78. Grayscale: #474747. Windows color (decimal): -6811001 or 8852120. OLE color: 8852120.

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

Color convert

RGB 152 18 135 -
CMYK 0 0.88 0.11 0.40
HSL 307.61º 0.79% 0.33% -
HSV(B) 307.61º 0.88% 0.6% -
XYZ 17.54 8.86 23.71 -
YUV 71.4 163.89 185.49 -
System Red Green Blue C M Y K H S L
Decimal 152 18 135 0 0.88 0.11 0.40 307.61 0.79 0.33
Hex 98 12 87 0 58 B 28 134 4F 21
Octal 230 22 207 0 130 13 50 464 117 41
Binary 10011000 10010 10000111 0 1011000 1011 101000 100110100 1001111 100001

Color Harmonies of #981287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981287

Black with #981287

Text Example


Text Example

White with #981287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981287; }

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

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

background-color css

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

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

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

border-color css

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

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

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