#9850BA

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

Shades of Deep Lilac #9850BA

Tints of Deep Lilac #9850BA

Color information

#9850BA (or 0x9850BA) is unknown color: approx Deep Lilac. HEX triplet: 98, 50 and BA. RGB value is (152,80,186). Sum of RGB (Red+Green+Blue) = 152+80+186=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #9850BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9850BA is #67AF45. Grayscale: #717171. Windows color (decimal): -6795078 or 12210328. OLE color: 12210328.

HSL color Cylindrical-coordinate representation of color #9850BA: hue angle of 280.75º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9850BA is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15280186-
CMYK0.180.5700.27
HSL280.75º43.44%52.16%-
HSV(B)280.75º56.99%72.94%-
XYZ24.6815.9648.23-
YUV113.61168.85155.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.36%
GREEN value IS 80 (31.64% from 255) = 19.14%
BLUE value IS 186 (73.05% from 255) = 44.50%
R=36.36%
G=19.14%
B=44.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152801860.180.5700.27280.7543.4452.16
Hex9850BA123901B1192b34
Octal23012027222710334315364
Binary1001100010100001011101010010111001011011100011001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9850BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9850BA; }

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

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

<style>
 a { background-color: #9850BA; }

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

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

<style>
 span { border-color: #9850BA; }

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

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