#995BAE

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

Shades of Deep Lilac #995BAE

Tints of Deep Lilac #995BAE

Color information

#995BAE (or 0x995BAE) is unknown color: approx Deep Lilac. HEX triplet: 99, 5B and AE. RGB value is (153,91,174). Sum of RGB (Red+Green+Blue) = 153+91+174=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #995BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995BAE is #66A451. Grayscale: #767676. Windows color (decimal): -6726738 or 11426713. OLE color: 11426713.

HSL color Cylindrical-coordinate representation of color #995BAE: hue angle of 284.82º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995BAE is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15391174-
CMYK0.120.4800.32
HSL284.82º33.88%51.96%-
HSV(B)284.82º47.7%68.24%-
XYZ24.5217.3142.09-
YUV119159.04152.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.60%
GREEN value IS 91 (35.94% from 255) = 21.77%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=36.60%
G=21.77%
B=41.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153911740.120.4800.32284.8233.8851.96
Hex995BAEC3002011d2234
Octal23113325614600404354264
Binary1001100110110111010111011001100000100000100011101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,91,174); }

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

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

 a { background-color: rgb(153,91,174); }

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

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

 span { border-color: rgb(153,91,174); }

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