#985FBB

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

Shades of Deep Lilac #985FBB

Tints of Deep Lilac #985FBB

Color information

#985FBB (or 0x985FBB) is unknown color: approx Deep Lilac. HEX triplet: 98, 5F and BB. RGB value is (152,95,187). Sum of RGB (Red+Green+Blue) = 152+95+187=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #985FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985FBB is #67A044. Grayscale: #7A7A7A. Windows color (decimal): -6791237 or 12279704. OLE color: 12279704.

HSL color Cylindrical-coordinate representation of color #985FBB: hue angle of 277.17º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #985FBB is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15295187-
CMYK0.190.4900.27
HSL277.17º40.35%55.29%-
HSV(B)277.17º49.2%73.33%-
XYZ26.0118.4549.2-
YUV122.53164.38149.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 95 (37.5% from 255) = 21.89%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=35.02%
G=21.89%
B=43.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152951870.190.4900.27277.1740.3555.29
Hex985FBB133101B1152837
Octal23013727323610334255067
Binary1001100010111111011101110011110001011011100010101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985FBB; }

 p { color: rgb(152,95,187); }

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

<style>
 a { background-color: #985FBB; }

 a { background-color: rgb(152,95,187); }

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

<style>
 span { border-color: #985FBB; }

 span { border-color: rgb(152,95,187); }

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