#9F3BAF

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

Shades of Deep Lilac #9F3BAF

Tints of Deep Lilac #9F3BAF

Color information

#9F3BAF (or 0x9F3BAF) is unknown color: approx Deep Lilac. HEX triplet: 9F, 3B and AF. RGB value is (159,59,175). Sum of RGB (Red+Green+Blue) = 159+59+175=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F3BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3BAF is #60C450. Grayscale: #656565. Windows color (decimal): -6341713 or 11484063. OLE color: 11484063.

HSL color Cylindrical-coordinate representation of color #9F3BAF: hue angle of 291.72º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F3BAF is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15959175-
CMYK0.090.6600.31
HSL291.72º49.57%45.88%-
HSV(B)291.72º66.29%68.63%-
XYZ23.613.5941.94-
YUV102.12169.13168.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.46%
GREEN value IS 59 (23.44% from 255) = 15.01%
BLUE value IS 175 (68.75% from 255) = 44.53%
R=40.46%
G=15.01%
B=44.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159591750.090.6600.31291.7249.5745.88
Hex9F3BAF94201F124322e
Octal23773257111020374446256
Binary100111111110111010111110011000010011111100100100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,59,175); }

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

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

 a { background-color: rgb(159,59,175); }

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

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

 span { border-color: rgb(159,59,175); }

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