#9C3FAB

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

Shades of Deep Lilac #9C3FAB

Tints of Deep Lilac #9C3FAB

Color information

#9C3FAB (or 0x9C3FAB) is unknown color: approx Deep Lilac. HEX triplet: 9C, 3F and AB. RGB value is (156,63,171). Sum of RGB (Red+Green+Blue) = 156+63+171=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C3FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3FAB is #63C054. Grayscale: #666666. Windows color (decimal): -6537301 or 11222940. OLE color: 11222940.

HSL color Cylindrical-coordinate representation of color #9C3FAB: hue angle of 291.67º 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 #9C3FAB is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15663171-
CMYK0.090.6300.33
HSL291.67º46.15%45.88%-
HSV(B)291.67º63.16%67.06%-
XYZ22.8413.5639.94-
YUV103.12166.31165.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40%
GREEN value IS 63 (25% from 255) = 16.15%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=40%
G=16.15%
B=43.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156631710.090.6300.33291.6746.1545.88
Hex9C3FAB93F0211242e2e
Octal2347725311770414445656
Binary100111001111111010101110011111110100001100100100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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