#914DB7

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

Shades of Deep Lilac #914DB7

Tints of Deep Lilac #914DB7

Color information

#914DB7 (or 0x914DB7) is unknown color: approx Deep Lilac. HEX triplet: 91, 4D and B7. RGB value is (145,77,183). Sum of RGB (Red+Green+Blue) = 145+77+183=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 183 - color contains mainly: blue. Hex color #914DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914DB7 is #6EB248. Grayscale: #6D6D6D. Windows color (decimal): -7254601 or 12012945. OLE color: 12012945.

HSL color Cylindrical-coordinate representation of color #914DB7: hue angle of 278.49º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #914DB7 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14577183-
CMYK0.210.5800.28
HSL278.49º42.4%50.98%-
HSV(B)278.49º57.92%71.76%-
XYZ22.8814.7546.44-
YUV109.42169.53153.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.80%
GREEN value IS 77 (30.47% from 255) = 19.01%
BLUE value IS 183 (71.88% from 255) = 45.19%
R=35.80%
G=19.01%
B=45.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal145771830.210.5800.28278.4942.450.98
Hex914DB7153A01C1162a33
Octal22111526725720344265263
Binary1001000110011011011011110101111010011100100010110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,77,183); }

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

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

 a { background-color: rgb(145,77,183); }

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

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

 span { border-color: rgb(145,77,183); }

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