#9849AB

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

Shades of Deep Lilac #9849AB

Tints of Deep Lilac #9849AB

Color information

#9849AB (or 0x9849AB) is unknown color: approx Deep Lilac. HEX triplet: 98, 49 and AB. RGB value is (152,73,171). Sum of RGB (Red+Green+Blue) = 152+73+171=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #9849AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9849AB is #67B654. Grayscale: #6B6B6B. Windows color (decimal): -6796885 or 11225496. OLE color: 11225496.

HSL color Cylindrical-coordinate representation of color #9849AB: hue angle of 288.37º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9849AB is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15273171-
CMYK0.110.5700.33
HSL288.37º40.16%47.84%-
HSV(B)288.37º57.31%67.06%-
XYZ22.6814.3840.11-
YUV107.79163.67159.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.38%
GREEN value IS 73 (28.91% from 255) = 18.43%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=38.38%
G=18.43%
B=43.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152731710.110.5700.33288.3740.1647.84
Hex9849ABB390211202830
Octal23011125313710414405060
Binary1001100010010011010101110111110010100001100100000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9849AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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