#981588

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

Shades of Dark Purple #981588

Tints of Dark Purple #981588

Color information

#981588 (or 0x981588) is unknown color: approx Dark Purple. HEX triplet: 98, 15 and 88. RGB value is (152,21,136). Sum of RGB (Red+Green+Blue) = 152+21+136=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #981588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981588 is #67EA77. Grayscale: #484848. Windows color (decimal): -6810232 or 8918424. OLE color: 8918424.

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

Color convert

RGB15221136-
CMYK00.860.110.40
HSL307.33º75.72%33.92%-
HSV(B)307.33º86.18%59.61%-
XYZ17.668.9924.1-
YUV73.28163.4184.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.19%
GREEN value IS 21 (8.59% from 255) = 6.80%
BLUE value IS 136 (53.52% from 255) = 44.01%
R=49.19%
G=6.80%
B=44.01%

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
Decimal1522113600.860.110.40307.3375.7233.92
Hex981588056B281334c22
Octal230252100126135046311442
Binary1001100010101100010000101011010111010001001100111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981588; }

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

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

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

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

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

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

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

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