#915AB6

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

Shades of Deep Lilac #915AB6

Tints of Deep Lilac #915AB6

Color information

#915AB6 (or 0x915AB6) is unknown color: approx Deep Lilac. HEX triplet: 91, 5A and B6. RGB value is (145,90,182). Sum of RGB (Red+Green+Blue) = 145+90+182=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #915AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #915AB6 is #6EA549. Grayscale: #747474. Windows color (decimal): -7251274 or 11950737. OLE color: 11950737.

HSL color Cylindrical-coordinate representation of color #915AB6: hue angle of 275.87º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #915AB6 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14590182-
CMYK0.200.5100.29
HSL275.87º38.66%53.33%-
HSV(B)275.87º50.55%71.37%-
XYZ23.7816.7146.23-
YUV116.93164.72148.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 90 (35.55% from 255) = 21.58%
BLUE value IS 182 (71.48% from 255) = 43.65%
R=34.77%
G=21.58%
B=43.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal145901820.200.5100.29275.8738.6653.33
Hex915AB6143301D1142735
Octal22113226624630354244765
Binary1001000110110101011011010100110011011101100010100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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