#9240B9

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

Shades of Deep Lilac #9240B9

Tints of Deep Lilac #9240B9

Color information

#9240B9 (or 0x9240B9) is unknown color: approx Deep Lilac. HEX triplet: 92, 40 and B9. RGB value is (146,64,185). Sum of RGB (Red+Green+Blue) = 146+64+185=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #9240B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9240B9 is #6DBF46. Grayscale: #656565. Windows color (decimal): -7192391 or 12140690. OLE color: 12140690.

HSL color Cylindrical-coordinate representation of color #9240B9: hue angle of 280.66º degrees, saturation: 0.49, 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 #9240B9 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14664185-
CMYK0.210.6500.27
HSL280.66º48.59%48.82%-
HSV(B)280.66º65.41%72.55%-
XYZ22.4413.2847.28-
YUV102.31174.67159.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 64 (25.39% from 255) = 16.20%
BLUE value IS 185 (72.66% from 255) = 46.84%
R=36.96%
G=16.20%
B=46.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146641850.210.6500.27280.6648.5948.82
Hex9240B9154101B1193131
Octal222100271251010334316161
Binary10010010100000010111001101011000001011011100011001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9240B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9240B9; }

 p { color: rgb(146,64,185); }

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

<style>
 a { background-color: #9240B9; }

 a { background-color: rgb(146,64,185); }

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

<style>
 span { border-color: #9240B9; }

 span { border-color: rgb(146,64,185); }

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