#915CBF

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

Shades of Deep Lilac #915CBF

Tints of Deep Lilac #915CBF

Color information

#915CBF (or 0x915CBF) is unknown color: approx Deep Lilac. HEX triplet: 91, 5C and BF. RGB value is (145,92,191). Sum of RGB (Red+Green+Blue) = 145+92+191=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #915CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915CBF is #6EA340. Grayscale: #767676. Windows color (decimal): -7250753 or 12541073. OLE color: 12541073.

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

Color convert

RGB14592191-
CMYK0.240.5200.25
HSL272.12º43.61%55.49%-
HSV(B)272.12º51.83%74.9%-
XYZ24.9117.4451.34-
YUV119.13168.56146.45-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.88%
GREEN value IS 92 (36.33% from 255) = 21.50%
BLUE value IS 191 (75% from 255) = 44.63%
R=33.88%
G=21.50%
B=44.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145921910.240.5200.25272.1243.6155.49
Hex915CBF18340191102c37
Octal22113427730640314205467
Binary1001000110111001011111111000110100011001100010000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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