#984AAC

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

Shades of Deep Lilac #984AAC

Tints of Deep Lilac #984AAC

Color information

#984AAC (or 0x984AAC) is unknown color: approx Deep Lilac. HEX triplet: 98, 4A and AC. RGB value is (152,74,172). Sum of RGB (Red+Green+Blue) = 152+74+172=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #984AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984AAC is #67B553. Grayscale: #6C6C6C. Windows color (decimal): -6796628 or 11291288. OLE color: 11291288.

HSL color Cylindrical-coordinate representation of color #984AAC: hue angle of 287.76º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984AAC is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15274172-
CMYK0.120.5700.33
HSL287.76º39.84%48.24%-
HSV(B)287.76º56.98%67.45%-
XYZ22.8414.5540.63-
YUV108.49163.84159.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.19%
GREEN value IS 74 (29.30% from 255) = 18.59%
BLUE value IS 172 (67.58% from 255) = 43.22%
R=38.19%
G=18.59%
B=43.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152741720.120.5700.33287.7639.8448.24
Hex984AACC390211202830
Octal23011225414710414405060
Binary1001100010010101010110011001110010100001100100000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,74,172); }

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

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

 a { background-color: rgb(152,74,172); }

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

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

 span { border-color: rgb(152,74,172); }

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