#914ebb

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

Shades of Deep Lilac #914EBB

Tints of Deep Lilac #914EBB

Color information

#914EBB (or 0x914EBB) is unknown color: approx Deep Lilac. HEX triplet: 91, 4E and BB. RGB value is (145,78,187). Sum of RGB (Red+Green+Blue) = 145+78+187=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #914EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #914EBB is #6EB144. Grayscale: #6E6E6E. Windows color (decimal): -7254341 or 12275345. OLE color: 12275345.

HSL color Cylindrical-coordinate representation of color #914EBB: hue angle of 276.88º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #914EBB is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14578187-
CMYK0.220.5800.27
HSL276.88º44.49%51.96%-
HSV(B)276.88º58.29%73.33%-
XYZ23.3715.0648.69-
YUV110.46171.2152.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.37%
GREEN value IS 78 (30.86% from 255) = 19.02%
BLUE value IS 187 (73.44% from 255) = 45.61%
R=35.37%
G=19.02%
B=45.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal145781870.220.5800.27276.8844.4951.96
Hex914EBB163A01B1152c34
Octal22111627326720334255464
Binary1001000110011101011101110110111010011011100010101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914ebb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,78,187); }

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

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

 a { background-color: rgb(145,78,187); }

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

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

 span { border-color: rgb(145,78,187); }

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