#914FAD

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

Shades of Deep Lilac #914FAD

Tints of Deep Lilac #914FAD

Color information

#914FAD (or 0x914FAD) is unknown color: approx Deep Lilac. HEX triplet: 91, 4F and AD. RGB value is (145,79,173). Sum of RGB (Red+Green+Blue) = 145+79+173=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #914FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #914FAD is #6EB052. Grayscale: #6D6D6D. Windows color (decimal): -7254099 or 11358097. OLE color: 11358097.

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

Color convert

RGB14579173-
CMYK0.160.5400.32
HSL282.13º37.3%49.41%-
HSV(B)282.13º54.34%67.84%-
XYZ22.0214.6341.2-
YUV109.45163.87153.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.52%
GREEN value IS 79 (31.25% from 255) = 19.90%
BLUE value IS 173 (67.97% from 255) = 43.58%
R=36.52%
G=19.90%
B=43.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal145791730.160.5400.32282.1337.349.41
Hex914FAD103602011a2531
Octal22111725520660404324561
Binary10010001100111110101101100001101100100000100011010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,79,173); }

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

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

 a { background-color: rgb(145,79,173); }

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

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

 span { border-color: rgb(145,79,173); }

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