#9242BA

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

Shades of Deep Lilac #9242BA

Tints of Deep Lilac #9242BA

Color information

#9242BA (or 0x9242BA) is unknown color: approx Deep Lilac. HEX triplet: 92, 42 and BA. RGB value is (146,66,186). Sum of RGB (Red+Green+Blue) = 146+66+186=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #9242BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9242BA is #6DBD45. Grayscale: #676767. Windows color (decimal): -7191878 or 12206738. OLE color: 12206738.

HSL color Cylindrical-coordinate representation of color #9242BA: hue angle of 280º 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 #9242BA is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14666186-
CMYK0.220.6500.27
HSL280º47.62%49.41%-
HSV(B)280º64.52%72.94%-
XYZ22.6713.5547.88-
YUV103.6174.5158.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.68%
GREEN value IS 66 (26.17% from 255) = 16.58%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=36.68%
G=16.58%
B=46.73%

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
Decimal146661860.220.6500.2728047.6249.41
Hex9242BA164101B1183031
Octal222102272261010334306061
Binary10010010100001010111010101101000001011011100011000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9242BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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