#915EBE

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

Shades of Deep Lilac #915EBE

Tints of Deep Lilac #915EBE

Color information

#915EBE (or 0x915EBE) is unknown color: approx Deep Lilac. HEX triplet: 91, 5E and BE. RGB value is (145,94,190). Sum of RGB (Red+Green+Blue) = 145+94+190=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #915EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915EBE is #6EA141. Grayscale: #777777. Windows color (decimal): -7250242 or 12476049. OLE color: 12476049.

HSL color Cylindrical-coordinate representation of color #915EBE: hue angle of 271.88º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #915EBE is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14594190-
CMYK0.240.5100.25
HSL271.88º42.48%55.69%-
HSV(B)271.88º50.53%74.51%-
XYZ24.9717.7450.82-
YUV120.19167.4145.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.80%
GREEN value IS 94 (37.11% from 255) = 21.91%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=33.80%
G=21.91%
B=44.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145941900.240.5100.25271.8842.4855.69
Hex915EBE18330191102a38
Octal22113627630630314205270
Binary1001000110111101011111011000110011011001100010000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915EBE; }

 p { color: rgb(145,94,190); }

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

<style>
 a { background-color: #915EBE; }

 a { background-color: rgb(145,94,190); }

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

<style>
 span { border-color: #915EBE; }

 span { border-color: rgb(145,94,190); }

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