#9F3FAB

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

Shades of Deep Lilac #9F3FAB

Tints of Deep Lilac #9F3FAB

Color information

#9F3FAB (or 0x9F3FAB) is unknown color: approx Deep Lilac. HEX triplet: 9F, 3F and AB. RGB value is (159,63,171). Sum of RGB (Red+Green+Blue) = 159+63+171=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F3FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3FAB is #60C054. Grayscale: #676767. Windows color (decimal): -6340693 or 11222943. OLE color: 11222943.

HSL color Cylindrical-coordinate representation of color #9F3FAB: hue angle of 293.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9F3FAB is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15963171-
CMYK0.070.6300.33
HSL293.33º46.15%45.88%-
HSV(B)293.33º63.16%67.06%-
XYZ23.4313.8739.97-
YUV104.02165.8167.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.46%
GREEN value IS 63 (25% from 255) = 16.03%
BLUE value IS 171 (67.19% from 255) = 43.51%
R=40.46%
G=16.03%
B=43.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159631710.070.6300.33293.3346.1545.88
Hex9F3FAB73F0211252e2e
Octal237772537770414455656
Binary10011111111111101010111111111110100001100100101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,63,171); }

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

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

 a { background-color: rgb(159,63,171); }

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

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

 span { border-color: rgb(159,63,171); }

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