#981585

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

Shades of Dark Purple #981585

Tints of Dark Purple #981585

Color information

#981585 (or 0x981585) is unknown color: approx Dark Purple. HEX triplet: 98, 15 and 85. RGB value is (152,21,133). Sum of RGB (Red+Green+Blue) = 152+21+133=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #981585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981585 is #67EA7A. Grayscale: #484848. Windows color (decimal): -6810235 or 8721816. OLE color: 8721816.

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

Color convert

RGB15221133-
CMYK00.860.130.40
HSL308.7º75.72%33.92%-
HSV(B)308.7º86.18%59.61%-
XYZ17.458.9122.99-
YUV72.94161.9184.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.67%
GREEN value IS 21 (8.59% from 255) = 6.86%
BLUE value IS 133 (52.34% from 255) = 43.46%
R=49.67%
G=6.86%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522113300.860.130.40308.775.7233.92
Hex981585056D281354c22
Octal230252050126155046511442
Binary1001100010101100001010101011011011010001001101011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981585; }

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

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

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

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

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

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

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

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