#915EBD

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

Shades of Deep Lilac #915EBD

Tints of Deep Lilac #915EBD

Color information

#915EBD (or 0x915EBD) is unknown color: approx Deep Lilac. HEX triplet: 91, 5E and BD. RGB value is (145,94,189). Sum of RGB (Red+Green+Blue) = 145+94+189=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #915EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915EBD is #6EA142. Grayscale: #777777. Windows color (decimal): -7250243 or 12410513. OLE color: 12410513.

HSL color Cylindrical-coordinate representation of color #915EBD: hue angle of 272.21º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #915EBD is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14594189-
CMYK0.230.5000.26
HSL272.21º41.85%55.49%-
HSV(B)272.21º50.26%74.12%-
XYZ24.8717.750.25-
YUV120.08166.9145.78-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.88%
GREEN value IS 94 (37.11% from 255) = 21.96%
BLUE value IS 189 (74.22% from 255) = 44.16%
R=33.88%
G=21.96%
B=44.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal145941890.230.5000.26272.2141.8555.49
Hex915EBD173201A1102a37
Octal22113627527620324205267
Binary1001000110111101011110110111110010011010100010000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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