#995AAC

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

Shades of Deep Lilac #995AAC

Tints of Deep Lilac #995AAC

Color information

#995AAC (or 0x995AAC) is unknown color: approx Deep Lilac. HEX triplet: 99, 5A and AC. RGB value is (153,90,172). Sum of RGB (Red+Green+Blue) = 153+90+172=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #995AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995AAC is #66A553. Grayscale: #757575. Windows color (decimal): -6726996 or 11295385. OLE color: 11295385.

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

Color convert

RGB15390172-
CMYK0.110.4800.33
HSL286.1º33.06%51.37%-
HSV(B)286.1º47.67%67.45%-
XYZ24.2417.0641.05-
YUV118.18158.37152.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.87%
GREEN value IS 90 (35.55% from 255) = 21.69%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=36.87%
G=21.69%
B=41.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153901720.110.4800.33286.133.0651.37
Hex995AACB3002111e2133
Octal23113225413600414364163
Binary1001100110110101010110010111100000100001100011110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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