#9841AD

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

Shades of Deep Lilac #9841AD

Tints of Deep Lilac #9841AD

Color information

#9841AD (or 0x9841AD) is unknown color: approx Deep Lilac. HEX triplet: 98, 41 and AD. RGB value is (152,65,173). Sum of RGB (Red+Green+Blue) = 152+65+173=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #9841AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9841AD is #67BE52. Grayscale: #666666. Windows color (decimal): -6798931 or 11354520. OLE color: 11354520.

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

Color convert

RGB15265173-
CMYK0.120.6200.32
HSL288.33º45.38%46.67%-
HSV(B)288.33º62.43%67.84%-
XYZ22.3813.4740.96-
YUV103.33167.32162.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.97%
GREEN value IS 65 (25.78% from 255) = 16.67%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=38.97%
G=16.67%
B=44.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152651730.120.6200.32288.3345.3846.67
Hex9841ADC3E0201202d2f
Octal23010125514760404405557
Binary1001100010000011010110111001111100100000100100000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9841AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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