#915AC0

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

Shades of Deep Lilac #915AC0

Tints of Deep Lilac #915AC0

Color information

#915AC0 (or 0x915AC0) is unknown color: approx Deep Lilac. HEX triplet: 91, 5A and C0. RGB value is (145,90,192). Sum of RGB (Red+Green+Blue) = 145+90+192=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #915AC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915AC0 is #6EA53F. Grayscale: #757575. Windows color (decimal): -7251264 or 12606097. OLE color: 12606097.

HSL color Cylindrical-coordinate representation of color #915AC0: hue angle of 272.35º degrees, saturation: 0.45, 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 #915AC0 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14590192-
CMYK0.240.5300.25
HSL272.35º44.74%55.29%-
HSV(B)272.35º53.12%75.29%-
XYZ24.8517.1451.87-
YUV118.07169.72147.21-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.96%
GREEN value IS 90 (35.55% from 255) = 21.08%
BLUE value IS 192 (75.39% from 255) = 44.96%
R=33.96%
G=21.08%
B=44.96%

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
Decimal145901920.240.5300.25272.3544.7455.29
Hex915AC018350191102d37
Octal22113230030650314205567
Binary1001000110110101100000011000110101011001100010000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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