#914CAE

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

Shades of Deep Lilac #914CAE

Tints of Deep Lilac #914CAE

Color information

#914CAE (or 0x914CAE) is unknown color: approx Deep Lilac. HEX triplet: 91, 4C and AE. RGB value is (145,76,174). Sum of RGB (Red+Green+Blue) = 145+76+174=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #914CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914CAE is #6EB351. Grayscale: #6B6B6B. Windows color (decimal): -7254866 or 11422865. OLE color: 11422865.

HSL color Cylindrical-coordinate representation of color #914CAE: hue angle of 282.24º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #914CAE is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14576174-
CMYK0.170.5600.32
HSL282.24º39.2%49.02%-
HSV(B)282.24º56.32%68.24%-
XYZ21.914.2441.64-
YUV107.8165.36154.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.71%
GREEN value IS 76 (30.08% from 255) = 19.24%
BLUE value IS 174 (68.36% from 255) = 44.05%
R=36.71%
G=19.24%
B=44.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal145761740.170.5600.32282.2439.249.02
Hex914CAE113802011a2731
Octal22111425621700404324761
Binary10010001100110010101110100011110000100000100011010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914CAE; }

 p { color: rgb(145,76,174); }

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

<style>
 a { background-color: #914CAE; }

 a { background-color: rgb(145,76,174); }

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

<style>
 span { border-color: #914CAE; }

 span { border-color: rgb(145,76,174); }

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