#9F5DBA

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

Shades of Deep Lilac #9F5DBA

Tints of Deep Lilac #9F5DBA

Color information

#9F5DBA (or 0x9F5DBA) is unknown color: approx Deep Lilac. HEX triplet: 9F, 5D and BA. RGB value is (159,93,186). Sum of RGB (Red+Green+Blue) = 159+93+186=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F5DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5DBA is #60A245. Grayscale: #7B7B7B. Windows color (decimal): -6332998 or 12213663. OLE color: 12213663.

HSL color Cylindrical-coordinate representation of color #9F5DBA: hue angle of 282.58º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F5DBA is Cyan = 0.15, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15993186-
CMYK0.150.500.27
HSL282.58º40.26%54.71%-
HSV(B)282.58º50%72.94%-
XYZ27.0818.7448.65-
YUV123.34163.37153.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.30%
GREEN value IS 93 (36.72% from 255) = 21.23%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=36.30%
G=21.23%
B=42.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159931860.150.500.27282.5840.2654.71
Hex9F5DBAF3201B11b2837
Octal23713527217620334335067
Binary100111111011101101110101111110010011011100011011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,93,186); }

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

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

 a { background-color: rgb(159,93,186); }

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

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

 span { border-color: rgb(159,93,186); }

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