#915BBB

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

Shades of Deep Lilac #915BBB

Tints of Deep Lilac #915BBB

Color information

#915BBB (or 0x915BBB) is unknown color: approx Deep Lilac. HEX triplet: 91, 5B and BB. RGB value is (145,91,187). Sum of RGB (Red+Green+Blue) = 145+91+187=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #915BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915BBB is #6EA444. Grayscale: #757575. Windows color (decimal): -7251013 or 12278673. OLE color: 12278673.

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

Color convert

RGB14591187-
CMYK0.220.5100.27
HSL273.75º41.38%54.51%-
HSV(B)273.75º51.34%73.33%-
XYZ24.3917.0949.03-
YUV118.09166.89147.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.28%
GREEN value IS 91 (35.94% from 255) = 21.51%
BLUE value IS 187 (73.44% from 255) = 44.21%
R=34.28%
G=21.51%
B=44.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal145911870.220.5100.27273.7541.3854.51
Hex915BBB163301B1122937
Octal22113327326630334225167
Binary1001000110110111011101110110110011011011100010010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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