#995FAC

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

Shades of Deep Lilac #995FAC

Tints of Deep Lilac #995FAC

Color information

#995FAC (or 0x995FAC) is unknown color: approx Deep Lilac. HEX triplet: 99, 5F and AC. RGB value is (153,95,172). Sum of RGB (Red+Green+Blue) = 153+95+172=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #995FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995FAC is #66A053. Grayscale: #787878. Windows color (decimal): -6725716 or 11296665. OLE color: 11296665.

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

Color convert

RGB15395172-
CMYK0.110.4500.33
HSL285.19º31.69%52.35%-
HSV(B)285.19º44.77%67.45%-
XYZ24.6817.9441.19-
YUV121.12156.72150.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 95 (37.5% from 255) = 22.62%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=36.43%
G=22.62%
B=40.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153951720.110.4500.33285.1931.6952.35
Hex995FACB2D02111d2034
Octal23113725413550414354064
Binary1001100110111111010110010111011010100001100011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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