#984FA8

Color #984FA8 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #984FA8

Tints of Deep Lilac #984FA8

Color information

#984FA8 (or 0x984FA8) is unknown color: approx Deep Lilac. HEX triplet: 98, 4F and A8. RGB value is (152,79,168). Sum of RGB (Red+Green+Blue) = 152+79+168=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 168 - color contains mainly: blue. Hex color #984FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #984FA8 is #67B057. Grayscale: #6E6E6E. Windows color (decimal): -6795352 or 11030424. OLE color: 11030424.

HSL color Cylindrical-coordinate representation of color #984FA8: hue angle of 289.21º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #984FA8 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15279168-
CMYK0.100.5300.34
HSL289.21º36.03%48.43%-
HSV(B)289.21º52.98%65.88%-
XYZ22.8115.0938.76-
YUV110.97160.18157.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.10%
GREEN value IS 79 (31.25% from 255) = 19.80%
BLUE value IS 168 (66.02% from 255) = 42.11%
R=38.10%
G=19.80%
B=42.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal152791680.100.5300.34289.2136.0348.43
Hex984FA8A350221212430
Octal23011725012650424414460
Binary1001100010011111010100010101101010100010100100001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984FA8; }

 p { color: rgb(152,79,168); }

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

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

 a { background-color: rgb(152,79,168); }

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

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

 span { border-color: rgb(152,79,168); }

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