#9466B9

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

Shades of Lilac Bush #9466B9

Tints of Lilac Bush #9466B9

Color information

#9466B9 (or 0x9466B9) is unknown color: approx Lilac Bush. HEX triplet: 94, 66 and B9. RGB value is (148,102,185). Sum of RGB (Red+Green+Blue) = 148+102+185=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 185 - color contains mainly: blue. Hex color #9466B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9466B9 is #6B9946. Grayscale: #7C7C7C. Windows color (decimal): -7051591 or 12150420. OLE color: 12150420.

HSL color Cylindrical-coordinate representation of color #9466B9: hue angle of 273.25º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9466B9 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148102185-
CMYK0.200.4500.27
HSL273.25º37.22%56.27%-
HSV(B)273.25º44.86%72.55%-
XYZ25.7219.348.27-
YUV125.22161.74144.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.02%
GREEN value IS 102 (40.23% from 255) = 23.45%
BLUE value IS 185 (72.66% from 255) = 42.53%
R=34.02%
G=23.45%
B=42.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481021850.200.4500.27273.2537.2256.27
Hex9466B9142D01B1112538
Octal22414627124550334214570
Binary1001010011001101011100110100101101011011100010001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9466B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,102,185); }

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

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

 a { background-color: rgb(148,102,185); }

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

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

 span { border-color: rgb(148,102,185); }

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