#915FBB

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

Shades of Deep Lilac #915FBB

Tints of Deep Lilac #915FBB

Color information

#915FBB (or 0x915FBB) is unknown color: approx Deep Lilac. HEX triplet: 91, 5F and BB. RGB value is (145,95,187). Sum of RGB (Red+Green+Blue) = 145+95+187=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #915FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915FBB is #6EA044. Grayscale: #787878. Windows color (decimal): -7249989 or 12279697. OLE color: 12279697.

HSL color Cylindrical-coordinate representation of color #915FBB: hue angle of 272.61º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #915FBB is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14595187-
CMYK0.220.4900.27
HSL272.61º40.35%55.29%-
HSV(B)272.61º49.2%73.33%-
XYZ24.7417.7949.14-
YUV120.44165.56145.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.96%
GREEN value IS 95 (37.5% from 255) = 22.25%
BLUE value IS 187 (73.44% from 255) = 43.79%
R=33.96%
G=22.25%
B=43.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal145951870.220.4900.27272.6140.3555.29
Hex915FBB163101B1112837
Octal22113727326610334215067
Binary1001000110111111011101110110110001011011100010001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,95,187); }

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

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

 a { background-color: rgb(145,95,187); }

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

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

 span { border-color: rgb(145,95,187); }

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