#9849A8

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

Shades of Deep Lilac #9849A8

Tints of Deep Lilac #9849A8

Color information

#9849A8 (or 0x9849A8) is unknown color: approx Deep Lilac. HEX triplet: 98, 49 and A8. RGB value is (152,73,168). Sum of RGB (Red+Green+Blue) = 152+73+168=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 168 - color contains mainly: blue. Hex color #9849A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9849A8 is #67B657. Grayscale: #6B6B6B. Windows color (decimal): -6796888 or 11028888. OLE color: 11028888.

HSL color Cylindrical-coordinate representation of color #9849A8: hue angle of 289.89º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9849A8 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15273168-
CMYK0.100.5700.34
HSL289.89º39.42%47.25%-
HSV(B)289.89º56.55%65.88%-
XYZ22.414.2738.62-
YUV107.45162.17159.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.68%
GREEN value IS 73 (28.91% from 255) = 18.58%
BLUE value IS 168 (66.02% from 255) = 42.75%
R=38.68%
G=18.58%
B=42.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal152731680.100.5700.34289.8939.4247.25
Hex9849A8A39022122272f
Octal23011125012710424424757
Binary1001100010010011010100010101110010100010100100010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9849A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9849A8; }

 p { color: rgb(152,73,168); }

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

<style>
 a { background-color: #9849A8; }

 a { background-color: rgb(152,73,168); }

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

<style>
 span { border-color: #9849A8; }

 span { border-color: rgb(152,73,168); }

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