#945BAC

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

Shades of Deep Lilac #945BAC

Tints of Deep Lilac #945BAC

Color information

#945BAC (or 0x945BAC) is unknown color: approx Deep Lilac. HEX triplet: 94, 5B and AC. RGB value is (148,91,172). Sum of RGB (Red+Green+Blue) = 148+91+172=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #945BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945BAC is #6BA453. Grayscale: #757575. Windows color (decimal): -7054420 or 11295636. OLE color: 11295636.

HSL color Cylindrical-coordinate representation of color #945BAC: hue angle of 282.22º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #945BAC is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14891172-
CMYK0.140.4700.33
HSL282.22º32.79%51.57%-
HSV(B)282.22º47.09%67.45%-
XYZ23.416.7641.03-
YUV117.28158.88149.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 91 (35.94% from 255) = 22.14%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=36.01%
G=22.14%
B=41.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148911720.140.4700.33282.2232.7951.57
Hex945BACE2F02111a2134
Octal22413325416570414324164
Binary1001010010110111010110011101011110100001100011010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,91,172); }

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

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

 a { background-color: rgb(148,91,172); }

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

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

 span { border-color: rgb(148,91,172); }

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