#984AC1

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

Shades of Deep Lilac #984AC1

Tints of Deep Lilac #984AC1

Color information

#984AC1 (or 0x984AC1) is unknown color: approx Deep Lilac. HEX triplet: 98, 4A and C1. RGB value is (152,74,193). Sum of RGB (Red+Green+Blue) = 152+74+193=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #984AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #984AC1 is #67B53E. Grayscale: #6E6E6E. Windows color (decimal): -6796607 or 12667544. OLE color: 12667544.

HSL color Cylindrical-coordinate representation of color #984AC1: hue angle of 279.33º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #984AC1 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15274193-
CMYK0.210.6200.24
HSL279.33º48.97%52.35%-
HSV(B)279.33º61.66%75.69%-
XYZ25.0215.4252.11-
YUV110.89174.34157.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.28%
GREEN value IS 74 (29.30% from 255) = 17.66%
BLUE value IS 193 (75.78% from 255) = 46.06%
R=36.28%
G=17.66%
B=46.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152741930.210.6200.24279.3348.9752.35
Hex984AC1153E0181173134
Octal23011230125760304276164
Binary1001100010010101100000110101111110011000100010111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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