#954EAE

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

Shades of Deep Lilac #954EAE

Tints of Deep Lilac #954EAE

Color information

#954EAE (or 0x954EAE) is unknown color: approx Deep Lilac. HEX triplet: 95, 4E and AE. RGB value is (149,78,174). Sum of RGB (Red+Green+Blue) = 149+78+174=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #954EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954EAE is #6AB151. Grayscale: #6D6D6D. Windows color (decimal): -6992210 or 11423381. OLE color: 11423381.

HSL color Cylindrical-coordinate representation of color #954EAE: hue angle of 284.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954EAE is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14978174-
CMYK0.140.5500.32
HSL284.38º38.1%49.41%-
HSV(B)284.38º55.17%68.24%-
XYZ22.7614.8941.72-
YUV110.17164.02155.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 78 (30.86% from 255) = 19.45%
BLUE value IS 174 (68.36% from 255) = 43.39%
R=37.16%
G=19.45%
B=43.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149781740.140.5500.32284.3838.149.41
Hex954EAEE3702011c2631
Octal22511625616670404344661
Binary1001010110011101010111011101101110100000100011100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954EAE; }

 p { color: rgb(149,78,174); }

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

<style>
 a { background-color: #954EAE; }

 a { background-color: rgb(149,78,174); }

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

<style>
 span { border-color: #954EAE; }

 span { border-color: rgb(149,78,174); }

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