#9245A7

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

Shades of Deep Lilac #9245A7

Tints of Deep Lilac #9245A7

Color information

#9245A7 (or 0x9245A7) is unknown color: approx Deep Lilac. HEX triplet: 92, 45 and A7. RGB value is (146,69,167). Sum of RGB (Red+Green+Blue) = 146+69+167=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 167 (65.62% from 255 or 43.72% from 382); Max value from RGB is 167 - color contains mainly: blue. Hex color #9245A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9245A7 is #6DBA58. Grayscale: #666666. Windows color (decimal): -7191129 or 10962322. OLE color: 10962322.

HSL color Cylindrical-coordinate representation of color #9245A7: hue angle of 287.14º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9245A7 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14669167-
CMYK0.130.5900.35
HSL287.14º41.53%46.27%-
HSV(B)287.14º58.68%65.49%-
XYZ20.9613.1637.99-
YUV103.2164.01158.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.22%
GREEN value IS 69 (27.34% from 255) = 18.06%
BLUE value IS 167 (65.62% from 255) = 43.72%
R=38.22%
G=18.06%
B=43.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal146691670.130.5900.35287.1441.5346.27
Hex9245A7D3B02311f2a2e
Octal22210524715730434375256
Binary1001001010001011010011111011110110100011100011111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9245A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9245A7; }

 p { color: rgb(146,69,167); }

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

<style>
 a { background-color: #9245A7; }

 a { background-color: rgb(146,69,167); }

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

<style>
 span { border-color: #9245A7; }

 span { border-color: rgb(146,69,167); }

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