#993AAC

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

Shades of Deep Lilac #993AAC

Tints of Deep Lilac #993AAC

Color information

#993AAC (or 0x993AAC) is unknown color: approx Deep Lilac. HEX triplet: 99, 3A and AC. RGB value is (153,58,172). Sum of RGB (Red+Green+Blue) = 153+58+172=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #993AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993AAC is #66C553. Grayscale: #636363. Windows color (decimal): -6735188 or 11287193. OLE color: 11287193.

HSL color Cylindrical-coordinate representation of color #993AAC: hue angle of 290º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993AAC is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15358172-
CMYK0.110.6600.33
HSL290º49.57%45.1%-
HSV(B)290º66.28%67.45%-
XYZ22.112.7840.33-
YUV99.4168.97166.23-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 58 (23.05% from 255) = 15.14%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=39.95%
G=15.14%
B=44.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153581720.110.6600.3329049.5745.1
Hex993AACB42021122322d
Octal23172254131020414426255
Binary1001100111101010101100101110000100100001100100010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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