#915BAD

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

Shades of Deep Lilac #915BAD

Tints of Deep Lilac #915BAD

Color information

#915BAD (or 0x915BAD) is unknown color: approx Deep Lilac. HEX triplet: 91, 5B and AD. RGB value is (145,91,173). Sum of RGB (Red+Green+Blue) = 145+91+173=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #915BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915BAD is #6EA452. Grayscale: #747474. Windows color (decimal): -7251027 or 11361169. OLE color: 11361169.

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

Color convert

RGB14591173-
CMYK0.160.4700.32
HSL279.51º33.33%51.76%-
HSV(B)279.51º47.4%67.84%-
XYZ22.9616.5241.51-
YUV116.49159.89148.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.45%
GREEN value IS 91 (35.94% from 255) = 22.25%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=35.45%
G=22.25%
B=42.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal145911730.160.4700.32279.5133.3351.76
Hex915BAD102F0201182134
Octal22113325520570404304164
Binary10010001101101110101101100001011110100000100011000100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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