#9D48BE

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

Shades of Deep Lilac #9D48BE

Tints of Deep Lilac #9D48BE

Color information

#9D48BE (or 0x9D48BE) is unknown color: approx Deep Lilac. HEX triplet: 9D, 48 and BE. RGB value is (157,72,190). Sum of RGB (Red+Green+Blue) = 157+72+190=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #9D48BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D48BE is #62B741. Grayscale: #6E6E6E. Windows color (decimal): -6469442 or 12470429. OLE color: 12470429.

HSL color Cylindrical-coordinate representation of color #9D48BE: hue angle of 283.22º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D48BE is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15772190-
CMYK0.170.6200.25
HSL283.22º47.58%51.37%-
HSV(B)283.22º62.11%74.51%-
XYZ25.5215.5250.37-
YUV110.87172.66160.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.47%
GREEN value IS 72 (28.52% from 255) = 17.18%
BLUE value IS 190 (74.61% from 255) = 45.35%
R=37.47%
G=17.18%
B=45.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal157721900.170.6200.25283.2247.5851.37
Hex9D48BE113E01911b3033
Octal23511027621760314336063
Binary1001110110010001011111010001111110011001100011011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D48BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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