#945CAA

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

Shades of Deep Lilac #945CAA

Tints of Deep Lilac #945CAA

Color information

#945CAA (or 0x945CAA) is unknown color: approx Deep Lilac. HEX triplet: 94, 5C and AA. RGB value is (148,92,170). Sum of RGB (Red+Green+Blue) = 148+92+170=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #945CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945CAA is #6BA355. Grayscale: #757575. Windows color (decimal): -7054166 or 11164820. OLE color: 11164820.

HSL color Cylindrical-coordinate representation of color #945CAA: hue angle of 283.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #945CAA is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14892170-
CMYK0.130.4600.33
HSL283.08º31.45%51.37%-
HSV(B)283.08º45.88%66.67%-
XYZ23.316.8540.06-
YUV117.64157.55149.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.10%
GREEN value IS 92 (36.33% from 255) = 22.44%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=36.10%
G=22.44%
B=41.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148921700.130.4600.33283.0831.4551.37
Hex945CAAD2E02111b1f33
Octal22413425215560414333763
Binary100101001011100101010101101101110010000110001101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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