#9848AE

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

Shades of Deep Lilac #9848AE

Tints of Deep Lilac #9848AE

Color information

#9848AE (or 0x9848AE) is unknown color: approx Deep Lilac. HEX triplet: 98, 48 and AE. RGB value is (152,72,174). Sum of RGB (Red+Green+Blue) = 152+72+174=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #9848AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9848AE is #67B751. Grayscale: #6B6B6B. Windows color (decimal): -6797138 or 11421848. OLE color: 11421848.

HSL color Cylindrical-coordinate representation of color #9848AE: hue angle of 287.06º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9848AE is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15272174-
CMYK0.130.5900.32
HSL287.06º41.46%48.24%-
HSV(B)287.06º58.62%68.24%-
XYZ22.9114.3741.61-
YUV107.55165.5159.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.19%
GREEN value IS 72 (28.52% from 255) = 18.09%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=38.19%
G=18.09%
B=43.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152721740.130.5900.32287.0641.4648.24
Hex9848AED3B02011f2930
Octal23011025615730404375160
Binary1001100010010001010111011011110110100000100011111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9848AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9848AE; }

 p { color: rgb(152,72,174); }

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

<style>
 a { background-color: #9848AE; }

 a { background-color: rgb(152,72,174); }

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

<style>
 span { border-color: #9848AE; }

 span { border-color: rgb(152,72,174); }

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