#984FC4

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

Shades of Deep Lilac #984FC4

Tints of Deep Lilac #984FC4

Color information

#984FC4 (or 0x984FC4) is unknown color: approx Deep Lilac. HEX triplet: 98, 4F and C4. RGB value is (152,79,196). Sum of RGB (Red+Green+Blue) = 152+79+196=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 196 (76.95% from 255 or 45.90% from 427); Max value from RGB is 196 - color contains mainly: blue. Hex color #984FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984FC4 is #67B03B. Grayscale: #717171. Windows color (decimal): -6795324 or 12865432. OLE color: 12865432.

HSL color Cylindrical-coordinate representation of color #984FC4: hue angle of 277.44º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #984FC4 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB15279196-
CMYK0.220.6000.23
HSL277.44º49.79%53.92%-
HSV(B)277.44º59.69%76.86%-
XYZ25.7116.2554.01-
YUV114.16174.18154.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.60%
GREEN value IS 79 (31.25% from 255) = 18.50%
BLUE value IS 196 (76.95% from 255) = 45.90%
R=35.60%
G=18.50%
B=45.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal152791960.220.6000.23277.4449.7953.92
Hex984FC4163C0171153236
Octal23011730426740274256266
Binary1001100010011111100010010110111100010111100010101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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