#914DC0

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

Shades of Deep Lilac #914DC0

Tints of Deep Lilac #914DC0

Color information

#914DC0 (or 0x914DC0) is unknown color: approx Deep Lilac. HEX triplet: 91, 4D and C0. RGB value is (145,77,192). Sum of RGB (Red+Green+Blue) = 145+77+192=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #914DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914DC0 is #6EB23F. Grayscale: #6E6E6E. Windows color (decimal): -7254592 or 12602769. OLE color: 12602769.

HSL color Cylindrical-coordinate representation of color #914DC0: hue angle of 275.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #914DC0 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14577192-
CMYK0.240.6000.25
HSL275.48º47.72%52.75%-
HSV(B)275.48º59.9%75.29%-
XYZ23.8515.1351.53-
YUV110.44174.03152.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.02%
GREEN value IS 77 (30.47% from 255) = 18.60%
BLUE value IS 192 (75.39% from 255) = 46.38%
R=35.02%
G=18.60%
B=46.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145771920.240.6000.25275.4847.7252.75
Hex914DC0183C0191133035
Octal22111530030740314236065
Binary1001000110011011100000011000111100011001100010011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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