#915BAC

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

Shades of Deep Lilac #915BAC

Tints of Deep Lilac #915BAC

Color information

#915BAC (or 0x915BAC) is unknown color: approx Deep Lilac. HEX triplet: 91, 5B and AC. RGB value is (145,91,172). Sum of RGB (Red+Green+Blue) = 145+91+172=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #915BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915BAC is #6EA453. Grayscale: #747474. Windows color (decimal): -7251028 or 11295633. OLE color: 11295633.

HSL color Cylindrical-coordinate representation of color #915BAC: hue angle of 280º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #915BAC is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14591172-
CMYK0.160.4700.33
HSL280º32.79%51.57%-
HSV(B)280º47.09%67.45%-
XYZ22.8616.4841.01-
YUV116.38159.39148.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.54%
GREEN value IS 91 (35.94% from 255) = 22.30%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=35.54%
G=22.30%
B=42.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145911720.160.4700.3328032.7951.57
Hex915BAC102F0211182134
Octal22113325420570414304164
Binary10010001101101110101100100001011110100001100011000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,91,172); }

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

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

 a { background-color: rgb(145,91,172); }

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

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

 span { border-color: rgb(145,91,172); }

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