#985FBA

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

Shades of Deep Lilac #985FBA

Tints of Deep Lilac #985FBA

Color information

#985FBA (or 0x985FBA) is unknown color: approx Deep Lilac. HEX triplet: 98, 5F and BA. RGB value is (152,95,186). Sum of RGB (Red+Green+Blue) = 152+95+186=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #985FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985FBA is #67A045. Grayscale: #7A7A7A. Windows color (decimal): -6791238 or 12214168. OLE color: 12214168.

HSL color Cylindrical-coordinate representation of color #985FBA: hue angle of 277.58º 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 #985FBA is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15295186-
CMYK0.180.4900.27
HSL277.58º39.74%55.1%-
HSV(B)277.58º48.92%72.94%-
XYZ25.918.448.64-
YUV122.42163.88149.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.10%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=35.10%
G=21.94%
B=42.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152951860.180.4900.27277.5839.7455.1
Hex985FBA123101B1162837
Octal23013727222610334265067
Binary1001100010111111011101010010110001011011100010110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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