#9F54CE

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

Shades of Deep Lilac #9F54CE

Tints of Deep Lilac #9F54CE

Color information

#9F54CE (or 0x9F54CE) is unknown color: approx Deep Lilac. HEX triplet: 9F, 54 and CE. RGB value is (159,84,206). Sum of RGB (Red+Green+Blue) = 159+84+206=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F54CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F54CE is #60AB31. Grayscale: #777777. Windows color (decimal): -6335282 or 13522079. OLE color: 13522079.

HSL color Cylindrical-coordinate representation of color #9F54CE: hue angle of 276.89º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F54CE is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15984206-
CMYK0.230.5900.19
HSL276.89º55.45%56.86%-
HSV(B)276.89º59.22%80.78%-
XYZ28.6118.1760.39-
YUV120.33176.35155.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.41%
GREEN value IS 84 (33.20% from 255) = 18.71%
BLUE value IS 206 (80.86% from 255) = 45.88%
R=35.41%
G=18.71%
B=45.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal159842060.230.5900.19276.8955.4556.86
Hex9F54CE173B0131153739
Octal23712431627730234256771
Binary1001111110101001100111010111111011010011100010101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F54CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,84,206); }

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

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

 a { background-color: rgb(159,84,206); }

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

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

 span { border-color: rgb(159,84,206); }

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