#981787

Color #981787 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #981787

Tints of Dark Purple #981787

Color information

#981787 (or 0x981787) is unknown color: approx Dark Purple. HEX triplet: 98, 17 and 87. RGB value is (152,23,135). Sum of RGB (Red+Green+Blue) = 152+23+135=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #981787 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981787 is #67E878. Grayscale: #4A4A4A. Windows color (decimal): -6809721 or 8853400. OLE color: 8853400.

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

Color convert

RGB15223135-
CMYK00.850.110.40
HSL307.91º73.71%34.31%-
HSV(B)307.91º84.87%59.61%-
XYZ17.639.0423.74-
YUV74.34162.24183.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.03%
GREEN value IS 23 (9.38% from 255) = 7.42%
BLUE value IS 135 (53.12% from 255) = 43.55%
R=49.03%
G=7.42%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522313500.850.110.40307.9173.7134.31
Hex981787055B281344a22
Octal230272070125135046411242
Binary1001100010111100001110101010110111010001001101001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981787; }

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

 H1.HeaderClassName
 {
   color: #981787;
 }
 .AnyTagClassName
 {
   color: #981787;
 }
</style>
background-color css

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

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

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

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

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

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