#984FB3

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

Shades of Deep Lilac #984FB3

Tints of Deep Lilac #984FB3

Color information

#984FB3 (or 0x984FB3) is unknown color: approx Deep Lilac. HEX triplet: 98, 4F and B3. RGB value is (152,79,179). Sum of RGB (Red+Green+Blue) = 152+79+179=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 179 (70.31% from 255 or 43.66% from 410); Max value from RGB is 179 - color contains mainly: blue. Hex color #984FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984FB3 is #67B04C. Grayscale: #6F6F6F. Windows color (decimal): -6795341 or 11751320. OLE color: 11751320.

HSL color Cylindrical-coordinate representation of color #984FB3: hue angle of 283.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #984FB3 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15279179-
CMYK0.150.5600.30
HSL283.8º39.68%50.59%-
HSV(B)283.8º55.87%70.2%-
XYZ23.8815.5244.39-
YUV112.23165.68156.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.07%
GREEN value IS 79 (31.25% from 255) = 19.27%
BLUE value IS 179 (70.31% from 255) = 43.66%
R=37.07%
G=19.27%
B=43.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal152791790.150.5600.30283.839.6850.59
Hex984FB3F3801E11c2833
Octal23011726317700364345063
Binary100110001001111101100111111111000011110100011100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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