#9F42BD

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

Shades of Deep Lilac #9F42BD

Tints of Deep Lilac #9F42BD

Color information

#9F42BD (or 0x9F42BD) is unknown color: approx Deep Lilac. HEX triplet: 9F, 42 and BD. RGB value is (159,66,189). Sum of RGB (Red+Green+Blue) = 159+66+189=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F42BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F42BD is #60BD42. Grayscale: #6B6B6B. Windows color (decimal): -6339907 or 12403359. OLE color: 12403359.

HSL color Cylindrical-coordinate representation of color #9F42BD: hue angle of 285.37º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F42BD is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15966189-
CMYK0.160.6500.26
HSL285.37º48.24%50%-
HSV(B)285.37º65.08%74.12%-
XYZ25.4314.9449.69-
YUV107.83173.81164.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.41%
GREEN value IS 66 (26.17% from 255) = 15.94%
BLUE value IS 189 (74.22% from 255) = 45.65%
R=38.41%
G=15.94%
B=45.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal159661890.160.6500.26285.3748.2450
Hex9F42BD104101A11d3032
Octal237102275201010324356062
Binary10011111100001010111101100001000001011010100011101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F42BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,66,189); }

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

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

 a { background-color: rgb(159,66,189); }

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

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

 span { border-color: rgb(159,66,189); }

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