#905CAA

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

Shades of Deep Lilac #905CAA

Tints of Deep Lilac #905CAA

Color information

#905CAA (or 0x905CAA) is unknown color: approx Deep Lilac. HEX triplet: 90, 5C and AA. RGB value is (144,92,170). Sum of RGB (Red+Green+Blue) = 144+92+170=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #905CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905CAA is #6FA355. Grayscale: #747474. Windows color (decimal): -7316310 or 11164816. OLE color: 11164816.

HSL color Cylindrical-coordinate representation of color #905CAA: hue angle of 280º 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 #905CAA is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14492170-
CMYK0.150.4600.33
HSL280º31.45%51.37%-
HSV(B)280º45.88%66.67%-
XYZ22.5816.4940.02-
YUV116.44158.23147.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.47%
GREEN value IS 92 (36.33% from 255) = 22.66%
BLUE value IS 170 (66.80% from 255) = 41.87%
R=35.47%
G=22.66%
B=41.87%

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
Decimal144921700.150.4600.3328031.4551.37
Hex905CAAF2E0211181f33
Octal22013425217560414303763
Binary100100001011100101010101111101110010000110001100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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