#981586

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

Shades of Dark Purple #981586

Tints of Dark Purple #981586

Color information

#981586 (or 0x981586) is unknown color: approx Dark Purple. HEX triplet: 98, 15 and 86. RGB value is (152,21,134). Sum of RGB (Red+Green+Blue) = 152+21+134=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #981586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981586 is #67EA79. Grayscale: #484848. Windows color (decimal): -6810234 or 8787352. OLE color: 8787352.

HSL color Cylindrical-coordinate representation of color #981586: hue angle of 308.24º 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 #981586 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB15221134-
CMYK00.860.120.40
HSL308.24º75.72%33.92%-
HSV(B)308.24º86.18%59.61%-
XYZ17.528.9323.36-
YUV73.05162.4184.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 21 (8.59% from 255) = 6.84%
BLUE value IS 134 (52.73% from 255) = 43.65%
R=49.51%
G=6.84%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522113400.860.120.40308.2475.7233.92
Hex981586056C281344c22
Octal230252060126145046411442
Binary1001100010101100001100101011011001010001001101001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981586; }

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

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

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

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

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

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

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

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