#915ABE

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

Shades of Deep Lilac #915ABE

Tints of Deep Lilac #915ABE

Color information

#915ABE (or 0x915ABE) is unknown color: approx Deep Lilac. HEX triplet: 91, 5A and BE. RGB value is (145,90,190). Sum of RGB (Red+Green+Blue) = 145+90+190=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #915ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915ABE is #6EA541. Grayscale: #757575. Windows color (decimal): -7251266 or 12475025. OLE color: 12475025.

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

Color convert

RGB14590190-
CMYK0.240.5300.25
HSL273º43.48%54.9%-
HSV(B)273º52.63%74.51%-
XYZ24.6317.0550.71-
YUV117.84168.72147.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.12%
GREEN value IS 90 (35.55% from 255) = 21.18%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=34.12%
G=21.18%
B=44.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145901900.240.5300.2527343.4854.9
Hex915ABE18350191112b37
Octal22113227630650314215367
Binary1001000110110101011111011000110101011001100010001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,90,190); }

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

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

 a { background-color: rgb(145,90,190); }

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

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

 span { border-color: rgb(145,90,190); }

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