#985CB2

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

Shades of Deep Lilac #985CB2

Tints of Deep Lilac #985CB2

Color information

#985CB2 (or 0x985CB2) is unknown color: approx Deep Lilac. HEX triplet: 98, 5C and B2. RGB value is (152,92,178). Sum of RGB (Red+Green+Blue) = 152+92+178=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 178 - color contains mainly: blue. Hex color #985CB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985CB2 is #67A34D. Grayscale: #777777. Windows color (decimal): -6792014 or 11689112. OLE color: 11689112.

HSL color Cylindrical-coordinate representation of color #985CB2: hue angle of 281.86º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #985CB2 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15292178-
CMYK0.150.4800.30
HSL281.86º35.83%52.94%-
HSV(B)281.86º48.31%69.8%-
XYZ24.8117.5444.2-
YUV119.74160.88151.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.02%
GREEN value IS 92 (36.33% from 255) = 21.80%
BLUE value IS 178 (69.92% from 255) = 42.18%
R=36.02%
G=21.80%
B=42.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal152921780.150.4800.30281.8635.8352.94
Hex985CB2F3001E11a2435
Octal23013426217600364324465
Binary100110001011100101100101111110000011110100011010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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