#945CAC

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

Shades of Deep Lilac #945CAC

Tints of Deep Lilac #945CAC

Color information

#945CAC (or 0x945CAC) is unknown color: approx Deep Lilac. HEX triplet: 94, 5C and AC. RGB value is (148,92,172). Sum of RGB (Red+Green+Blue) = 148+92+172=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #945CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945CAC is #6BA353. Grayscale: #757575. Windows color (decimal): -7054164 or 11295892. OLE color: 11295892.

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

Color convert

RGB14892172-
CMYK0.140.4700.33
HSL282º32.52%51.76%-
HSV(B)282º46.51%67.45%-
XYZ23.4916.9341.06-
YUV117.86158.55149.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 92 (36.33% from 255) = 22.33%
BLUE value IS 172 (67.58% from 255) = 41.75%
R=35.92%
G=22.33%
B=41.75%

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
Decimal148921720.140.4700.3328232.5251.76
Hex945CACE2F02111a2134
Octal22413425416570414324164
Binary1001010010111001010110011101011110100001100011010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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