#995CAC

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

Shades of Deep Lilac #995CAC

Tints of Deep Lilac #995CAC

Color information

#995CAC (or 0x995CAC) is unknown color: approx Deep Lilac. HEX triplet: 99, 5C and AC. RGB value is (153,92,172). Sum of RGB (Red+Green+Blue) = 153+92+172=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #995CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995CAC is #66A353. Grayscale: #777777. Windows color (decimal): -6726484 or 11295897. OLE color: 11295897.

HSL color Cylindrical-coordinate representation of color #995CAC: hue angle of 285.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995CAC is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15392172-
CMYK0.110.4700.33
HSL285.75º32.52%51.76%-
HSV(B)285.75º46.51%67.45%-
XYZ24.4117.4141.1-
YUV119.36157.71152-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.69%
GREEN value IS 92 (36.33% from 255) = 22.06%
BLUE value IS 172 (67.58% from 255) = 41.25%
R=36.69%
G=22.06%
B=41.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153921720.110.4700.33285.7532.5251.76
Hex995CACB2F02111e2134
Octal23113425413570414364164
Binary1001100110111001010110010111011110100001100011110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995CAC; }

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

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

<style>
 a { background-color: #995CAC; }

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

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

<style>
 span { border-color: #995CAC; }

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

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