#9E48BB

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

Shades of Deep Lilac #9E48BB

Tints of Deep Lilac #9E48BB

Color information

#9E48BB (or 0x9E48BB) is unknown color: approx Deep Lilac. HEX triplet: 9E, 48 and BB. RGB value is (158,72,187). Sum of RGB (Red+Green+Blue) = 158+72+187=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E48BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9E48BB is #61B744. Grayscale: #6E6E6E. Windows color (decimal): -6403909 or 12273822. OLE color: 12273822.

HSL color Cylindrical-coordinate representation of color #9E48BB: hue angle of 284.87º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E48BB is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15872187-
CMYK0.160.6100.27
HSL284.87º45.82%50.78%-
HSV(B)284.87º61.5%73.33%-
XYZ25.3915.4948.67-
YUV110.82170.99161.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.89%
GREEN value IS 72 (28.52% from 255) = 17.27%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=37.89%
G=17.27%
B=44.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158721870.160.6100.27284.8745.8250.78
Hex9E48BB103D01B11d2e33
Octal23611027320750334355663
Binary1001111010010001011101110000111101011011100011101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E48BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,72,187); }

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

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

 a { background-color: rgb(158,72,187); }

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

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

 span { border-color: rgb(158,72,187); }

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