#9846AD

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

Shades of Deep Lilac #9846AD

Tints of Deep Lilac #9846AD

Color information

#9846AD (or 0x9846AD) is unknown color: approx Deep Lilac. HEX triplet: 98, 46 and AD. RGB value is (152,70,173). Sum of RGB (Red+Green+Blue) = 152+70+173=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 70 (27.73% from 255 or 17.72% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #9846AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9846AD is #67B952. Grayscale: #696969. Windows color (decimal): -6797651 or 11355800. OLE color: 11355800.

HSL color Cylindrical-coordinate representation of color #9846AD: hue angle of 287.77º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9846AD is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15270173-
CMYK0.120.6000.32
HSL287.77º42.39%47.65%-
HSV(B)287.77º59.54%67.84%-
XYZ22.6814.0741.06-
YUV106.26165.67160.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 70 (27.73% from 255) = 17.72%
BLUE value IS 173 (67.97% from 255) = 43.80%
R=38.48%
G=17.72%
B=43.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152701730.120.6000.32287.7742.3947.65
Hex9846ADC3C0201202a30
Octal23010625514740404405260
Binary1001100010001101010110111001111000100000100100000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9846AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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