#9F3CAA

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

Shades of Deep Lilac #9F3CAA

Tints of Deep Lilac #9F3CAA

Color information

#9F3CAA (or 0x9F3CAA) is unknown color: approx Deep Lilac. HEX triplet: 9F, 3C and AA. RGB value is (159,60,170). Sum of RGB (Red+Green+Blue) = 159+60+170=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F3CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F3CAA is #60C355. Grayscale: #656565. Windows color (decimal): -6341462 or 11156639. OLE color: 11156639.

HSL color Cylindrical-coordinate representation of color #9F3CAA: hue angle of 294º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F3CAA is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15960170-
CMYK0.060.6500.33
HSL294º47.83%45.1%-
HSV(B)294º64.71%66.67%-
XYZ23.1713.539.42-
YUV102.14166.3168.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.87%
GREEN value IS 60 (23.83% from 255) = 15.42%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=40.87%
G=15.42%
B=43.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159601700.060.6500.3329447.8345.1
Hex9F3CAA641021126302d
Octal2377425261010414466055
Binary100111111111001010101011010000010100001100100110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,60,170); }

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

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

 a { background-color: rgb(159,60,170); }

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

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

 span { border-color: rgb(159,60,170); }

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