#9F55BE

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

Shades of Deep Lilac #9F55BE

Tints of Deep Lilac #9F55BE

Color information

#9F55BE (or 0x9F55BE) is unknown color: approx Deep Lilac. HEX triplet: 9F, 55 and BE. RGB value is (159,85,190). Sum of RGB (Red+Green+Blue) = 159+85+190=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F55BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F55BE is #60AA41. Grayscale: #767676. Windows color (decimal): -6335042 or 12473759. OLE color: 12473759.

HSL color Cylindrical-coordinate representation of color #9F55BE: hue angle of 282.29º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F55BE is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15985190-
CMYK0.160.5500.25
HSL282.29º44.68%53.92%-
HSV(B)282.29º55.26%74.51%-
XYZ26.8417.5950.69-
YUV119.1168.02156.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.64%
GREEN value IS 85 (33.59% from 255) = 19.59%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=36.64%
G=19.59%
B=43.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159851900.160.5500.25282.2944.6853.92
Hex9F55BE103701911a2d36
Octal23712527620670314325566
Binary1001111110101011011111010000110111011001100011010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F55BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,85,190); }

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

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

 a { background-color: rgb(159,85,190); }

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

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

 span { border-color: rgb(159,85,190); }

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