#9342BB

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

Shades of Deep Lilac #9342BB

Tints of Deep Lilac #9342BB

Color information

#9342BB (or 0x9342BB) is unknown color: approx Deep Lilac. HEX triplet: 93, 42 and BB. RGB value is (147,66,187). Sum of RGB (Red+Green+Blue) = 147+66+187=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #9342BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9342BB is #6CBD44. Grayscale: #676767. Windows color (decimal): -7126341 or 12272275. OLE color: 12272275.

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

Color convert

RGB14766187-
CMYK0.210.6500.27
HSL280.17º47.83%49.61%-
HSV(B)280.17º64.71%73.33%-
XYZ22.9513.6948.45-
YUV104.01174.84158.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 66 (26.17% from 255) = 16.5%
BLUE value IS 187 (73.44% from 255) = 46.75%
R=36.75%
G=16.5%
B=46.75%

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
Decimal147661870.210.6500.27280.1747.8349.61
Hex9342BB154101B1183032
Octal223102273251010334306062
Binary10010011100001010111011101011000001011011100011000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9342BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9342BB; }

 p { color: rgb(147,66,187); }

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

<style>
 a { background-color: #9342BB; }

 a { background-color: rgb(147,66,187); }

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

<style>
 span { border-color: #9342BB; }

 span { border-color: rgb(147,66,187); }

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