#985BBE

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

Shades of Deep Lilac #985BBE

Tints of Deep Lilac #985BBE

Color information

#985BBE (or 0x985BBE) is unknown color: approx Deep Lilac. HEX triplet: 98, 5B and BE. RGB value is (152,91,190). Sum of RGB (Red+Green+Blue) = 152+91+190=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #985BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BBE is #67A441. Grayscale: #787878. Windows color (decimal): -6792258 or 12475288. OLE color: 12475288.

HSL color Cylindrical-coordinate representation of color #985BBE: hue angle of 276.97º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #985BBE is Cyan = 0.2, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15291190-
CMYK0.20.5200.25
HSL276.97º43.23%55.1%-
HSV(B)276.97º52.11%74.51%-
XYZ25.9817.8850.8-
YUV120.52167.21150.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.10%
GREEN value IS 91 (35.94% from 255) = 21.02%
BLUE value IS 190 (74.61% from 255) = 43.88%
R=35.10%
G=21.02%
B=43.88%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152911900.20.5200.25276.9743.2355.1
Hex985BBE14340191152b37
Octal23013327624640314255367
Binary1001100010110111011111010100110100011001100010101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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