#915DBF

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

Shades of Deep Lilac #915DBF

Tints of Deep Lilac #915DBF

Color information

#915DBF (or 0x915DBF) is unknown color: approx Deep Lilac. HEX triplet: 91, 5D and BF. RGB value is (145,93,191). Sum of RGB (Red+Green+Blue) = 145+93+191=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #915DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915DBF is #6EA240. Grayscale: #777777. Windows color (decimal): -7250497 or 12541329. OLE color: 12541329.

HSL color Cylindrical-coordinate representation of color #915DBF: hue angle of 271.84º degrees, saturation: 0.43, 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 #915DBF is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14593191-
CMYK0.240.5100.25
HSL271.84º43.36%55.69%-
HSV(B)271.84º51.31%74.9%-
XYZ2517.6151.37-
YUV119.72168.23146.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.80%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 191 (75% from 255) = 44.52%
R=33.80%
G=21.68%
B=44.52%

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
Decimal145931910.240.5100.25271.8443.3655.69
Hex915DBF18330191102b38
Octal22113527730630314205370
Binary1001000110111011011111111000110011011001100010000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,93,191); }

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

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

 a { background-color: rgb(145,93,191); }

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

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

 span { border-color: rgb(145,93,191); }

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