#9241BA

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

Shades of Deep Lilac #9241BA

Tints of Deep Lilac #9241BA

Color information

#9241BA (or 0x9241BA) is unknown color: approx Deep Lilac. HEX triplet: 92, 41 and BA. RGB value is (146,65,186). Sum of RGB (Red+Green+Blue) = 146+65+186=397 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.78% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #9241BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9241BA is #6DBE45. Grayscale: #666666. Windows color (decimal): -7192134 or 12206482. OLE color: 12206482.

HSL color Cylindrical-coordinate representation of color #9241BA: hue angle of 280.17º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9241BA is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14665186-
CMYK0.220.6500.27
HSL280.17º48.21%49.22%-
HSV(B)280.17º65.05%72.94%-
XYZ22.6113.4447.86-
YUV103.01174.84158.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.78%
GREEN value IS 65 (25.78% from 255) = 16.37%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=36.78%
G=16.37%
B=46.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146651860.220.6500.27280.1748.2149.22
Hex9241BA164101B1183031
Octal222101272261010334306061
Binary10010010100000110111010101101000001011011100011000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9241BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9241BA; }

 p { color: rgb(146,65,186); }

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

<style>
 a { background-color: #9241BA; }

 a { background-color: rgb(146,65,186); }

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

<style>
 span { border-color: #9241BA; }

 span { border-color: rgb(146,65,186); }

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