#945FAB

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

Shades of Deep Lilac #945FAB

Tints of Deep Lilac #945FAB

Color information

#945FAB (or 0x945FAB) is unknown color: approx Deep Lilac. HEX triplet: 94, 5F and AB. RGB value is (148,95,171). Sum of RGB (Red+Green+Blue) = 148+95+171=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #945FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945FAB is #6BA054. Grayscale: #777777. Windows color (decimal): -7053397 or 11231124. OLE color: 11231124.

HSL color Cylindrical-coordinate representation of color #945FAB: hue angle of 281.84º 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 #945FAB is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14895171-
CMYK0.130.4400.33
HSL281.84º31.15%52.16%-
HSV(B)281.84º44.44%67.06%-
XYZ23.6617.4240.64-
YUV119.51157.06148.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.75%
GREEN value IS 95 (37.5% from 255) = 22.95%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=35.75%
G=22.95%
B=41.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148951710.130.4400.33281.8431.1552.16
Hex945FABD2C02111a1f34
Octal22413725315540414323764
Binary100101001011111101010111101101100010000110001101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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