#9D48BB

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

Shades of Deep Lilac #9D48BB

Tints of Deep Lilac #9D48BB

Color information

#9D48BB (or 0x9D48BB) is unknown color: approx Deep Lilac. HEX triplet: 9D, 48 and BB. RGB value is (157,72,187). Sum of RGB (Red+Green+Blue) = 157+72+187=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D48BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D48BB is #62B744. Grayscale: #6E6E6E. Windows color (decimal): -6469445 or 12273821. OLE color: 12273821.

HSL color Cylindrical-coordinate representation of color #9D48BB: hue angle of 284.35º 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 #9D48BB is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15772187-
CMYK0.160.6100.27
HSL284.35º45.82%50.78%-
HSV(B)284.35º61.5%73.33%-
XYZ25.1915.3948.66-
YUV110.52171.16161.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.74%
GREEN value IS 72 (28.52% from 255) = 17.31%
BLUE value IS 187 (73.44% from 255) = 44.95%
R=37.74%
G=17.31%
B=44.95%

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
Decimal157721870.160.6100.27284.3545.8250.78
Hex9D48BB103D01B11c2e33
Octal23511027320750334345663
Binary1001110110010001011101110000111101011011100011100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D48BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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