#985CBA

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

Shades of Deep Lilac #985CBA

Tints of Deep Lilac #985CBA

Color information

#985CBA (or 0x985CBA) is unknown color: approx Deep Lilac. HEX triplet: 98, 5C and BA. RGB value is (152,92,186). Sum of RGB (Red+Green+Blue) = 152+92+186=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #985CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985CBA is #67A345. Grayscale: #787878. Windows color (decimal): -6792006 or 12213400. OLE color: 12213400.

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

Color convert

RGB15292186-
CMYK0.180.5100.27
HSL278.3º40.52%54.51%-
HSV(B)278.3º50.54%72.94%-
XYZ25.6417.8748.55-
YUV120.66164.88150.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 92 (36.33% from 255) = 21.40%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=35.35%
G=21.40%
B=43.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152921860.180.5100.27278.340.5254.51
Hex985CBA123301B1162937
Octal23013427222630334265167
Binary1001100010111001011101010010110011011011100010110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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