#981E84

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

Shades of Dark Purple #981E84

Tints of Dark Purple #981E84

Color information

#981E84 (or 0x981E84) is unknown color: approx Dark Purple. HEX triplet: 98, 1E and 84. RGB value is (152,30,132). Sum of RGB (Red+Green+Blue) = 152+30+132=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #981E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981E84 is #67E17B. Grayscale: #4D4D4D. Windows color (decimal): -6807932 or 8658584. OLE color: 8658584.

HSL color Cylindrical-coordinate representation of color #981E84: hue angle of 309.84º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981E84 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB15230132-
CMYK00.800.130.40
HSL309.84º67.03%35.69%-
HSV(B)309.84º80.26%59.61%-
XYZ17.589.2722.69-
YUV78.11158.42180.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.41%
GREEN value IS 30 (12.11% from 255) = 9.55%
BLUE value IS 132 (51.95% from 255) = 42.04%
R=48.41%
G=9.55%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523013200.800.130.40309.8467.0335.69
Hex981E84050D281364324
Octal230362040120155046610344
Binary1001100011110100001000101000011011010001001101101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,30,132); }

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

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

 a { background-color: rgb(152,30,132); }

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

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

 span { border-color: rgb(152,30,132); }

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