#9245BD

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

Shades of Deep Lilac #9245BD

Tints of Deep Lilac #9245BD

Color information

#9245BD (or 0x9245BD) is unknown color: approx Deep Lilac. HEX triplet: 92, 45 and BD. RGB value is (146,69,189). Sum of RGB (Red+Green+Blue) = 146+69+189=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #9245BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9245BD is #6DBA42. Grayscale: #696969. Windows color (decimal): -7191107 or 12404114. OLE color: 12404114.

HSL color Cylindrical-coordinate representation of color #9245BD: hue angle of 278.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9245BD is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14669189-
CMYK0.230.6300.26
HSL278.5º47.62%50.59%-
HSV(B)278.5º63.49%74.12%-
XYZ23.1714.0449.63-
YUV105.7175.01156.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.14%
GREEN value IS 69 (27.34% from 255) = 17.08%
BLUE value IS 189 (74.22% from 255) = 46.78%
R=36.14%
G=17.08%
B=46.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal146691890.230.6300.26278.547.6250.59
Hex9245BD173F01A1163033
Octal22210527527770324266063
Binary1001001010001011011110110111111111011010100010110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9245BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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