#945CAD

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

Shades of Deep Lilac #945CAD

Tints of Deep Lilac #945CAD

Color information

#945CAD (or 0x945CAD) is unknown color: approx Deep Lilac. HEX triplet: 94, 5C and AD. RGB value is (148,92,173). Sum of RGB (Red+Green+Blue) = 148+92+173=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #945CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945CAD is #6BA352. Grayscale: #757575. Windows color (decimal): -7054163 or 11361428. OLE color: 11361428.

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

Color convert

RGB14892173-
CMYK0.140.4700.32
HSL281.48º33.06%51.96%-
HSV(B)281.48º46.82%67.84%-
XYZ23.5816.9741.57-
YUV117.98159.05149.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 92 (36.33% from 255) = 22.28%
BLUE value IS 173 (67.97% from 255) = 41.89%
R=35.84%
G=22.28%
B=41.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148921730.140.4700.32281.4833.0651.96
Hex945CADE2F0201192134
Octal22413425516570404314164
Binary1001010010111001010110111101011110100000100011001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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