#915CB9

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

Shades of Deep Lilac #915CB9

Tints of Deep Lilac #915CB9

Color information

#915CB9 (or 0x915CB9) is unknown color: approx Deep Lilac. HEX triplet: 91, 5C and B9. RGB value is (145,92,185). Sum of RGB (Red+Green+Blue) = 145+92+185=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 185 - color contains mainly: blue. Hex color #915CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915CB9 is #6EA346. Grayscale: #767676. Windows color (decimal): -7250759 or 12147857. OLE color: 12147857.

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

Color convert

RGB14592185-
CMYK0.220.5000.27
HSL274.19º39.91%54.31%-
HSV(B)274.19º50.27%72.55%-
XYZ24.2617.1847.94-
YUV118.45165.56146.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.36%
GREEN value IS 92 (36.33% from 255) = 21.80%
BLUE value IS 185 (72.66% from 255) = 43.84%
R=34.36%
G=21.80%
B=43.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal145921850.220.5000.27274.1939.9154.31
Hex915CB9163201B1122836
Octal22113427126620334225066
Binary1001000110111001011100110110110010011011100010010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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