#915CAA

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

Shades of Deep Lilac #915CAA

Tints of Deep Lilac #915CAA

Color information

#915CAA (or 0x915CAA) is unknown color: approx Deep Lilac. HEX triplet: 91, 5C and AA. RGB value is (145,92,170). Sum of RGB (Red+Green+Blue) = 145+92+170=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #915CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915CAA is #6EA355. Grayscale: #747474. Windows color (decimal): -7250774 or 11164817. OLE color: 11164817.

HSL color Cylindrical-coordinate representation of color #915CAA: hue angle of 280.77º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #915CAA is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14592170-
CMYK0.150.4600.33
HSL280.77º31.45%51.37%-
HSV(B)280.77º45.88%66.67%-
XYZ22.7616.5840.03-
YUV116.74158.06148.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.63%
GREEN value IS 92 (36.33% from 255) = 22.60%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=35.63%
G=22.60%
B=41.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145921700.150.4600.33280.7731.4551.37
Hex915CAAF2E0211191f33
Octal22113425217560414313763
Binary100100011011100101010101111101110010000110001100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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