#914EB0

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

Shades of Deep Lilac #914EB0

Tints of Deep Lilac #914EB0

Color information

#914EB0 (or 0x914EB0) is unknown color: approx Deep Lilac. HEX triplet: 91, 4E and B0. RGB value is (145,78,176). Sum of RGB (Red+Green+Blue) = 145+78+176=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 176 - color contains mainly: blue. Hex color #914EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #914EB0 is #6EB14F. Grayscale: #6C6C6C. Windows color (decimal): -7254352 or 11554449. OLE color: 11554449.

HSL color Cylindrical-coordinate representation of color #914EB0: hue angle of 281.02º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #914EB0 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14578176-
CMYK0.180.5600.31
HSL281.02º38.58%49.8%-
HSV(B)281.02º55.68%69.02%-
XYZ22.2414.642.72-
YUV109.2165.7153.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.34%
GREEN value IS 78 (30.86% from 255) = 19.55%
BLUE value IS 176 (69.14% from 255) = 44.11%
R=36.34%
G=19.55%
B=44.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145781760.180.5600.31281.0238.5849.8
Hex914EB0123801F1192732
Octal22111626022700374314762
Binary1001000110011101011000010010111000011111100011001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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