#9851AD

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

Shades of Deep Lilac #9851AD

Tints of Deep Lilac #9851AD

Color information

#9851AD (or 0x9851AD) is unknown color: approx Deep Lilac. HEX triplet: 98, 51 and AD. RGB value is (152,81,173). Sum of RGB (Red+Green+Blue) = 152+81+173=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #9851AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9851AD is #67AE52. Grayscale: #707070. Windows color (decimal): -6794835 or 11358616. OLE color: 11358616.

HSL color Cylindrical-coordinate representation of color #9851AD: hue angle of 286.3º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9851AD is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15281173-
CMYK0.120.5300.32
HSL286.3º36.22%49.8%-
HSV(B)286.3º53.18%67.84%-
XYZ23.4315.5841.31-
YUV112.72162.02156.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 81 (32.03% from 255) = 19.95%
BLUE value IS 173 (67.97% from 255) = 42.61%
R=37.44%
G=19.95%
B=42.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152811730.120.5300.32286.336.2249.8
Hex9851ADC3502011e2432
Octal23012125514650404364462
Binary1001100010100011010110111001101010100000100011110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9851AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9851AD; }

 p { color: rgb(152,81,173); }

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

<style>
 a { background-color: #9851AD; }

 a { background-color: rgb(152,81,173); }

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

<style>
 span { border-color: #9851AD; }

 span { border-color: rgb(152,81,173); }

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