#9255AE

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

Shades of Deep Lilac #9255AE

Tints of Deep Lilac #9255AE

Color information

#9255AE (or 0x9255AE) is unknown color: approx Deep Lilac. HEX triplet: 92, 55 and AE. RGB value is (146,85,174). Sum of RGB (Red+Green+Blue) = 146+85+174=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #9255AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9255AE is #6DAA51. Grayscale: #717171. Windows color (decimal): -7187026 or 11425170. OLE color: 11425170.

HSL color Cylindrical-coordinate representation of color #9255AE: hue angle of 281.12º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9255AE is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14685174-
CMYK0.160.5100.32
HSL281.12º35.46%50.78%-
HSV(B)281.12º51.15%68.24%-
XYZ22.7415.6641.87-
YUV113.38162.21151.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.05%
GREEN value IS 85 (33.59% from 255) = 20.99%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=36.05%
G=20.99%
B=42.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146851740.160.5100.32281.1235.4650.78
Hex9255AE10330201192333
Octal22212525620630404314363
Binary10010010101010110101110100001100110100000100011001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9255AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9255AE; }

 p { color: rgb(146,85,174); }

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

<style>
 a { background-color: #9255AE; }

 a { background-color: rgb(146,85,174); }

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

<style>
 span { border-color: #9255AE; }

 span { border-color: rgb(146,85,174); }

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