#9a48b6

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

Shades of Deep Lilac #9A48B6

Tints of Deep Lilac #9A48B6

Color information

#9A48B6 (or 0x9A48B6) is unknown color: approx Deep Lilac. HEX triplet: 9A, 48 and B6. RGB value is (154,72,182). Sum of RGB (Red+Green+Blue) = 154+72+182=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 182 - color contains mainly: blue. Hex color #9A48B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A48B6 is #65B749. Grayscale: #6C6C6C. Windows color (decimal): -6666058 or 11946138. OLE color: 11946138.

HSL color Cylindrical-coordinate representation of color #9A48B6: hue angle of 284.73º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A48B6 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15472182-
CMYK0.150.6000.29
HSL284.73º43.31%49.8%-
HSV(B)284.73º60.44%71.37%-
XYZ24.0914.8845.86-
YUV109.06169.17160.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.75%
GREEN value IS 72 (28.52% from 255) = 17.65%
BLUE value IS 182 (71.48% from 255) = 44.61%
R=37.75%
G=17.65%
B=44.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal154721820.150.6000.29284.7343.3149.8
Hex9A48B6F3C01D11d2b32
Octal23211026617740354355362
Binary100110101001000101101101111111100011101100011101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a48b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9a48b6; }

 p { color: rgb(154,72,182); }

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

<style>
 a { background-color: #9a48b6; }

 a { background-color: rgb(154,72,182); }

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

<style>
 span { border-color: #9a48b6; }

 span { border-color: rgb(154,72,182); }

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