#981c8d

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

Shades of Dark Purple #981C8D

Tints of Dark Purple #981C8D

Color information

#981C8D (or 0x981C8D) is unknown color: approx Dark Purple. HEX triplet: 98, 1C and 8D. RGB value is (152,28,141). Sum of RGB (Red+Green+Blue) = 152+28+141=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #981C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981C8D is #67E372. Grayscale: #4D4D4D. Windows color (decimal): -6808435 or 9247896. OLE color: 9247896.

HSL color Cylindrical-coordinate representation of color #981C8D: hue angle of 305.32º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C8D is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15228141-
CMYK00.820.070.40
HSL305.32º68.89%35.29%-
HSV(B)305.32º81.58%59.61%-
XYZ18.179.4326.06-
YUV77.96163.58180.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 28 (11.33% from 255) = 8.72%
BLUE value IS 141 (55.47% from 255) = 43.93%
R=47.35%
G=8.72%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522814100.820.070.40305.3268.8935.29
Hex981C8D0527281314523
Octal23034215012275046110543
Binary100110001110010001101010100101111010001001100011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981c8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981c8d; }

 p { color: rgb(152,28,141); }

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

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

 a { background-color: rgb(152,28,141); }

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

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

 span { border-color: rgb(152,28,141); }

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