#981587

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

Shades of Dark Purple #981587

Tints of Dark Purple #981587

Color information

#981587 (or 0x981587) is unknown color: approx Dark Purple. HEX triplet: 98, 15 and 87. RGB value is (152,21,135). Sum of RGB (Red+Green+Blue) = 152+21+135=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #981587 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981587 is #67EA78. Grayscale: #484848. Windows color (decimal): -6810233 or 8852888. OLE color: 8852888.

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

Color convert

RGB15221135-
CMYK00.860.110.40
HSL307.79º75.72%33.92%-
HSV(B)307.79º86.18%59.61%-
XYZ17.598.9623.72-
YUV73.16162.9184.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 21 (8.59% from 255) = 6.82%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=49.35%
G=6.82%
B=43.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522113500.860.110.40307.7975.7233.92
Hex981587056B281344c22
Octal230252070126135046411442
Binary1001100010101100001110101011010111010001001101001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981587; }

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

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

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

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

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

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

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

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