#984FBE

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

Shades of Deep Lilac #984FBE

Tints of Deep Lilac #984FBE

Color information

#984FBE (or 0x984FBE) is unknown color: approx Deep Lilac. HEX triplet: 98, 4F and BE. RGB value is (152,79,190). Sum of RGB (Red+Green+Blue) = 152+79+190=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #984FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #984FBE is #67B041. Grayscale: #717171. Windows color (decimal): -6795330 or 12472216. OLE color: 12472216.

HSL color Cylindrical-coordinate representation of color #984FBE: hue angle of 279.46º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984FBE is Cyan = 0.2, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15279190-
CMYK0.20.5800.25
HSL279.46º46.06%52.75%-
HSV(B)279.46º58.42%74.51%-
XYZ25.0415.9950.48-
YUV113.48171.18155.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.10%
GREEN value IS 79 (31.25% from 255) = 18.76%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=36.10%
G=18.76%
B=45.13%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152791900.20.5800.25279.4646.0652.75
Hex984FBE143A0191172e35
Octal23011727624720314275665
Binary1001100010011111011111010100111010011001100010111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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