#945FAE

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

Shades of Deep Lilac #945FAE

Tints of Deep Lilac #945FAE

Color information

#945FAE (or 0x945FAE) is unknown color: approx Deep Lilac. HEX triplet: 94, 5F and AE. RGB value is (148,95,174). Sum of RGB (Red+Green+Blue) = 148+95+174=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #945FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945FAE is #6BA051. Grayscale: #777777. Windows color (decimal): -7053394 or 11427732. OLE color: 11427732.

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

Color convert

RGB14895174-
CMYK0.150.4500.32
HSL280.25º32.78%52.75%-
HSV(B)280.25º45.4%68.24%-
XYZ23.9417.5442.17-
YUV119.85158.56148.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 95 (37.5% from 255) = 22.78%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=35.49%
G=22.78%
B=41.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148951740.150.4500.32280.2532.7852.75
Hex945FAEF2D0201182135
Octal22413725617550404304165
Binary1001010010111111010111011111011010100000100011000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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