#993FAF

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

Shades of Deep Lilac #993FAF

Tints of Deep Lilac #993FAF

Color information

#993FAF (or 0x993FAF) is unknown color: approx Deep Lilac. HEX triplet: 99, 3F and AF. RGB value is (153,63,175). Sum of RGB (Red+Green+Blue) = 153+63+175=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #993FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993FAF is #66C050. Grayscale: #666666. Windows color (decimal): -6733905 or 11485081. OLE color: 11485081.

HSL color Cylindrical-coordinate representation of color #993FAF: hue angle of 288.21º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993FAF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15363175-
CMYK0.130.6400.31
HSL288.21º47.06%46.67%-
HSV(B)288.21º64%68.63%-
XYZ22.6513.4241.95-
YUV102.68168.82163.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.13%
GREEN value IS 63 (25% from 255) = 16.11%
BLUE value IS 175 (68.75% from 255) = 44.76%
R=39.13%
G=16.11%
B=44.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153631750.130.6400.31288.2147.0646.67
Hex993FAFD4001F1202f2f
Octal23177257151000374405757
Binary100110011111111010111111011000000011111100100000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993FAF; }

 p { color: rgb(153,63,175); }

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

<style>
 a { background-color: #993FAF; }

 a { background-color: rgb(153,63,175); }

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

<style>
 span { border-color: #993FAF; }

 span { border-color: rgb(153,63,175); }

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