#985FBF

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

Shades of Deep Lilac #985FBF

Tints of Deep Lilac #985FBF

Color information

#985FBF (or 0x985FBF) is unknown color: approx Deep Lilac. HEX triplet: 98, 5F and BF. RGB value is (152,95,191). Sum of RGB (Red+Green+Blue) = 152+95+191=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #985FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985FBF is #67A040. Grayscale: #7A7A7A. Windows color (decimal): -6791233 or 12541848. OLE color: 12541848.

HSL color Cylindrical-coordinate representation of color #985FBF: hue angle of 275.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #985FBF is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15295191-
CMYK0.200.5000.25
HSL275.62º42.86%56.08%-
HSV(B)275.62º50.26%74.9%-
XYZ26.4518.6251.49-
YUV122.99166.38148.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.70%
GREEN value IS 95 (37.5% from 255) = 21.69%
BLUE value IS 191 (75% from 255) = 43.61%
R=34.70%
G=21.69%
B=43.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152951910.200.5000.25275.6242.8656.08
Hex985FBF14320191142b38
Octal23013727724620314245370
Binary1001100010111111011111110100110010011001100010100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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