#995FAB

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

Shades of Deep Lilac #995FAB

Tints of Deep Lilac #995FAB

Color information

#995FAB (or 0x995FAB) is unknown color: approx Deep Lilac. HEX triplet: 99, 5F and AB. RGB value is (153,95,171). Sum of RGB (Red+Green+Blue) = 153+95+171=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #995FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995FAB is #66A054. Grayscale: #787878. Windows color (decimal): -6725717 or 11231129. OLE color: 11231129.

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

Color convert

RGB15395171-
CMYK0.110.4400.33
HSL285.79º31.15%52.16%-
HSV(B)285.79º44.44%67.06%-
XYZ24.5817.940.69-
YUV121.01156.22150.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 95 (37.5% from 255) = 22.67%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=36.52%
G=22.67%
B=40.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153951710.110.4400.33285.7931.1552.16
Hex995FABB2C02111e1f34
Octal23113725313540414363764
Binary100110011011111101010111011101100010000110001111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,95,171); }

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

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

 a { background-color: rgb(153,95,171); }

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

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

 span { border-color: rgb(153,95,171); }

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