#993AAF

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

Shades of Deep Lilac #993AAF

Tints of Deep Lilac #993AAF

Color information

#993AAF (or 0x993AAF) is unknown color: approx Deep Lilac. HEX triplet: 99, 3A and AF. RGB value is (153,58,175). Sum of RGB (Red+Green+Blue) = 153+58+175=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #993AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993AAF is #66C550. Grayscale: #636363. Windows color (decimal): -6735185 or 11483801. OLE color: 11483801.

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

Color convert

RGB15358175-
CMYK0.130.6700.31
HSL288.72º50.21%45.69%-
HSV(B)288.72º66.86%68.63%-
XYZ22.3912.8941.87-
YUV99.74170.47165.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 58 (23.05% from 255) = 15.03%
BLUE value IS 175 (68.75% from 255) = 45.34%
R=39.64%
G=15.03%
B=45.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153581750.130.6700.31288.7250.2145.69
Hex993AAFD4301F121322e
Octal23172257151030374416256
Binary100110011110101010111111011000011011111100100001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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