#9F48BC

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

Shades of Deep Lilac #9F48BC

Tints of Deep Lilac #9F48BC

Color information

#9F48BC (or 0x9F48BC) is unknown color: approx Deep Lilac. HEX triplet: 9F, 48 and BC. RGB value is (159,72,188). Sum of RGB (Red+Green+Blue) = 159+72+188=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F48BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F48BC is #60B743. Grayscale: #6E6E6E. Windows color (decimal): -6338372 or 12339359. OLE color: 12339359.

HSL color Cylindrical-coordinate representation of color #9F48BC: hue angle of 285º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F48BC is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15972188-
CMYK0.150.6200.26
HSL285º46.4%50.98%-
HSV(B)285º61.7%73.73%-
XYZ25.6915.6449.24-
YUV111.24171.32162.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.95%
GREEN value IS 72 (28.52% from 255) = 17.18%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=37.95%
G=17.18%
B=44.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal159721880.150.6200.2628546.450.98
Hex9F48BCF3E01A11d2e33
Octal23711027417760324355663
Binary100111111001000101111001111111110011010100011101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F48BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,72,188); }

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

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

 a { background-color: rgb(159,72,188); }

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

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

 span { border-color: rgb(159,72,188); }

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