#9F63BC

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

Shades of Deep Lilac #9F63BC

Tints of Deep Lilac #9F63BC

Color information

#9F63BC (or 0x9F63BC) is unknown color: approx Deep Lilac. HEX triplet: 9F, 63 and BC. RGB value is (159,99,188). Sum of RGB (Red+Green+Blue) = 159+99+188=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F63BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F63BC is #609C43. Grayscale: #7E7E7E. Windows color (decimal): -6331460 or 12346271. OLE color: 12346271.

HSL color Cylindrical-coordinate representation of color #9F63BC: hue angle of 280.45º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F63BC is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15999188-
CMYK0.150.4700.26
HSL280.45º39.91%56.27%-
HSV(B)280.45º47.34%73.73%-
XYZ27.8419.9349.96-
YUV127.09162.38150.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.65%
GREEN value IS 99 (39.06% from 255) = 22.20%
BLUE value IS 188 (73.83% from 255) = 42.15%
R=35.65%
G=22.20%
B=42.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal159991880.150.4700.26280.4539.9156.27
Hex9F63BCF2F01A1182838
Octal23714327417570324305070
Binary100111111100011101111001111101111011010100011000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F63BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,99,188); }

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

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

 a { background-color: rgb(159,99,188); }

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

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

 span { border-color: rgb(159,99,188); }

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