#9248AC

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

Shades of Deep Lilac #9248AC

Tints of Deep Lilac #9248AC

Color information

#9248AC (or 0x9248AC) is unknown color: approx Deep Lilac. HEX triplet: 92, 48 and AC. RGB value is (146,72,172). Sum of RGB (Red+Green+Blue) = 146+72+172=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #9248AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9248AC is #6DB753. Grayscale: #696969. Windows color (decimal): -7190356 or 11290770. OLE color: 11290770.

HSL color Cylindrical-coordinate representation of color #9248AC: hue angle of 284.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9248AC is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14672172-
CMYK0.150.5800.33
HSL284.4º40.98%47.84%-
HSV(B)284.4º58.14%67.45%-
XYZ21.6213.7240.54-
YUV105.53165.52156.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.44%
GREEN value IS 72 (28.52% from 255) = 18.46%
BLUE value IS 172 (67.58% from 255) = 44.10%
R=37.44%
G=18.46%
B=44.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal146721720.150.5800.33284.440.9847.84
Hex9248ACF3A02111c2930
Octal22211025417720414345160
Binary1001001010010001010110011111110100100001100011100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9248AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9248AC; }

 p { color: rgb(146,72,172); }

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

<style>
 a { background-color: #9248AC; }

 a { background-color: rgb(146,72,172); }

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

<style>
 span { border-color: #9248AC; }

 span { border-color: rgb(146,72,172); }

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